Shades of Deep Sea #136E59
Tints of Deep Sea #136E59
RGB
CMYK
RGB Variations
Color information
#136E59 (or 0x136E59) is known color: Deep Sea. HEX triplet: 13, 6E and 59. RGB value is (19,110,89). Sum of RGB (Red+Green+Blue) = 19+110+89=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #136E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E59 is #EC91A6. Grayscale: #505050. Windows color (decimal): -15503783 or 5860883. OLE color: 5860883.
HSL color Cylindrical-coordinate representation of color #136E59: hue angle of 166.15º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E59 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 89 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.57 |
| HSL | 166.15º | 0.71% | 0.25% | - |
| HSV(B) | 166.15º | 0.83% | 0.43% | - |
| XYZ | 7.65 | 12.01 | 11.37 | - |
| YUV | 80.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 89 | 0.83 | 0 | 0.19 | 0.57 | 166.15 | 0.71 | 0.25 |
| Hex | 13 | 6E | 59 | 53 | 0 | 13 | 39 | A6 | 47 | 19 |
| Octal | 23 | 156 | 131 | 123 | 0 | 23 | 71 | 246 | 107 | 31 |
| Binary | 10011 | 1101110 | 1011001 | 1010011 | 0 | 10011 | 111001 | 10100110 | 1000111 | 11001 |
Color Harmonies of #136E59
Complementary color
Monochromatic Colors of #136E59
Black with #136E59
Text Example
Text Example
White with #136E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E59; }
p { color: rgb(19,110,89); }
H1.HeaderClassName
{
color: #136E59;
}
.AnyTagClassName
{
color: #136E59;
}
</style>
background-color css
<style>
a { background-color: #136E59; }
a { background-color: rgb(19,110,89); }
div.DivClassName
{
background-color: #136E59;
}
.BgClassName
{
background-color: #136E59;
}
</style>
border-color css
<style>
span { border-color: #136E59; }
span { border-color: rgb(19,110,89); }
td.TdClassName
{
border-color: #136E59;
}
.TagClassName
{
border-color: #136E59;
}
</style>