COLOR #259090

HEX: #259090 RGB: (37,144,144)

Color info

#259090 contains mainly green and blue colors. Web safe color of #259090 is #339999 (or #399).

RGB color model

#259090 color RGB value is (37,144,144).

RGB: (37,144,144) (15%, 56%, 56%)

RGB channels and saturation

R 37 of 255 = 15%
G 144 of 255 = 56%
B 144 of 255 = 56%

37
144
144

R + G + B ~ 42%. #259090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 37 + 144 + 144 = 325 (100%)
R 37 of 325 ~ 11.38%
G 144 of 325 ~ 44.31%
B 144 of 325 ~ 44.31'%

%11.38
%44.31
%44.31

CMYK color model

#259090 color CMYK value is (74,0,0,44).

  • cyan value is 74.31%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (74,0,0,44)
C74M0Y0K44 (74%, 0%, 0%, 44%)
(0.74 / 0.00 / 0.00 / 0.44)

CMYK percentages

%74.31
%0
%0
%43.53

Codes

Color #259090 in popluar color models

25 90 90
RGB 37 144 144
HSL 180° 59.12% 35.49%
HSB/HSV 180° 74.31% 56.47%
CMYK 74.31% 0.00% 0.00%
43.53%

Color #259090 in popluar number systems.

HEX 25 90 90
Decimal 37 144 144
Binary 100101 10010000 10010000
Octal 45 220 220

Shades and tints

Shades of #259090

#259090
(37,144,144)
#228383
(34,131,131)
#1F7676
(31,118,118)
#1C6969
(28,105,105)
#195C5C
(25,92,92)
#164F4F
(22,79,79)
#134242
(19,66,66)
#103535
(16,53,53)
#0D2828
(13,40,40)
#0A1B1B
(10,27,27)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #259090

#259090
(37,144,144)
#389A9A
(56,154,154)
#4BA4A4
(75,164,164)
#5EAEAE
(94,174,174)
#71B8B8
(113,184,184)
#84C2C2
(132,194,194)
#97CCCC
(151,204,204)
#AAD6D6
(170,214,214)
#BDE0E0
(189,224,224)
#D0EAEA
(208,234,234)
#E3F4F4
(227,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #259090 color. Also use rgb(37,144,144) instead hex code.

Text Font Color

.myTextColor { color: #259090; }

<p style="color:#259090">This sample text font color is #259090.</p>

This text font color is #259090.

Background Color

.myBgColor { background-color: #259090; }

<div style="background-color:#259090">Inner text</div>

This div background color is #259090.

Border color

.myBorderColor { border: 1px solid #259090; }

<div style="border:3px solid #259090">Div</div>

This div border color is #259090.

Opacity

.myOpacity80 { color: #259090; opacity: 0.8; }

<p style="color:#259090;opacity:0.8;">80%</p>

Text with #259090 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #259090;}

<p style="text-shadow: 3px 3px 1px #259090">Text here.</p>

This text has shadow with #259090 color.


.textShadow {text-shadow: 3px 3px 1px #259090', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #259090, 5px 5px 20px red">Text here.</p>

This text has shadow with #259090 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#259090, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#259090, Direction=45, Strength=4)">Text</p>

This text has shadow with #259090 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #259090;
-webkit-box-shadow: 1px 1px 3px 2px #259090;
box-shadow: 1px 1px 3px 2px #259090;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #259090; -webkit-box-shadow: 1px 1px 3px 2px #259090; box-shadow:1px 1px 3px 2px #259090;">
Div content here
</div>

This div box has shadow with color #259090.

Preview

Color preview on black background

This text has color #259090 on black background.


Color preview on white background

This text has color #259090 on white background.


Black color preview on #259090 background

This text has black color on #259090 background.


White color preview on #259090 background

This text has white color on #259090 background.


Related colors

Complementary color

Complementary color for #hex is #DA6F6F.


I love getcolorcode.com