Shades of Deep Sea #136E5A
Tints of Deep Sea #136E5A
RGB
CMYK
RGB Variations
Color information
#136E5A (or 0x136E5A) is known color: Deep Sea. HEX triplet: 13, 6E and 5A. RGB value is (19,110,90). Sum of RGB (Red+Green+Blue) = 19+110+90=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #136E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E5A is #EC91A5. Grayscale: #505050. Windows color (decimal): -15503782 or 5926419. OLE color: 5926419.
HSL color Cylindrical-coordinate representation of color #136E5A: hue angle of 166.81º 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 #136E5A is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 90 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.57 |
| HSL | 166.81º | 0.71% | 0.25% | - |
| HSV(B) | 166.81º | 0.83% | 0.43% | - |
| XYZ | 7.69 | 12.03 | 11.59 | - |
| YUV | 80.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 90 | 0.83 | 0 | 0.18 | 0.57 | 166.81 | 0.71 | 0.25 |
| Hex | 13 | 6E | 5A | 53 | 0 | 12 | 39 | A7 | 47 | 19 |
| Octal | 23 | 156 | 132 | 123 | 0 | 22 | 71 | 247 | 107 | 31 |
| Binary | 10011 | 1101110 | 1011010 | 1010011 | 0 | 10010 | 111001 | 10100111 | 1000111 | 11001 |
Color Harmonies of #136E5A
Complementary color
Monochromatic Colors of #136E5A
Black with #136E5A
Text Example
Text Example
White with #136E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E5A; }
p { color: rgb(19,110,90); }
H1.HeaderClassName
{
color: #136E5A;
}
.AnyTagClassName
{
color: #136E5A;
}
</style>
background-color css
<style>
a { background-color: #136E5A; }
a { background-color: rgb(19,110,90); }
div.DivClassName
{
background-color: #136E5A;
}
.BgClassName
{
background-color: #136E5A;
}
</style>
border-color css
<style>
span { border-color: #136E5A; }
span { border-color: rgb(19,110,90); }
td.TdClassName
{
border-color: #136E5A;
}
.TagClassName
{
border-color: #136E5A;
}
</style>