Shades of Deep Sea #137F66
Tints of Deep Sea #137F66
RGB
CMYK
RGB Variations
Color information
#137F66 (or 0x137F66) is known color: Deep Sea. HEX triplet: 13, 7F and 66. RGB value is (19,127,102). Sum of RGB (Red+Green+Blue) = 19+127+102=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #137F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F66 is #EC8099. Grayscale: #5B5B5B. Windows color (decimal): -15499418 or 6717203. OLE color: 6717203.
HSL color Cylindrical-coordinate representation of color #137F66: hue angle of 166.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F66 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 102 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.50 |
| HSL | 166.11º | 0.74% | 0.29% | - |
| HSV(B) | 166.11º | 0.85% | 0.5% | - |
| XYZ | 10.26 | 16.28 | 15.17 | - |
| YUV | 91.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 102 | 0.85 | 0 | 0.20 | 0.50 | 166.11 | 0.74 | 0.29 |
| Hex | 13 | 7F | 66 | 55 | 0 | 14 | 32 | A6 | 4A | 1D |
| Octal | 23 | 177 | 146 | 125 | 0 | 24 | 62 | 246 | 112 | 35 |
| Binary | 10011 | 1111111 | 1100110 | 1010101 | 0 | 10100 | 110010 | 10100110 | 1001010 | 11101 |
Color Harmonies of #137F66
Complementary color
Monochromatic Colors of #137F66
Black with #137F66
Text Example
Text Example
White with #137F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F66; }
p { color: rgb(19,127,102); }
H1.HeaderClassName
{
color: #137F66;
}
.AnyTagClassName
{
color: #137F66;
}
</style>
background-color css
<style>
a { background-color: #137F66; }
a { background-color: rgb(19,127,102); }
div.DivClassName
{
background-color: #137F66;
}
.BgClassName
{
background-color: #137F66;
}
</style>
border-color css
<style>
span { border-color: #137F66; }
span { border-color: rgb(19,127,102); }
td.TdClassName
{
border-color: #137F66;
}
.TagClassName
{
border-color: #137F66;
}
</style>