Shades of Deep Sea #157565
Tints of Deep Sea #157565
RGB
CMYK
RGB Variations
Color information
#157565 (or 0x157565) is known color: Deep Sea. HEX triplet: 15, 75 and 65. RGB value is (21,117,101). Sum of RGB (Red+Green+Blue) = 21+117+101=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #157565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157565 is #EA8A9A. Grayscale: #565656. Windows color (decimal): -15370907 or 6649109. OLE color: 6649109.
HSL color Cylindrical-coordinate representation of color #157565: hue angle of 170º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157565 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 117 | 101 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.54 |
| HSL | 170º | 0.7% | 0.27% | - |
| HSV(B) | 170º | 0.82% | 0.46% | - |
| XYZ | 9.02 | 13.82 | 14.5 | - |
| YUV | 86.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 101 | 0.82 | 0 | 0.14 | 0.54 | 170 | 0.7 | 0.27 |
| Hex | 15 | 75 | 65 | 52 | 0 | E | 36 | AA | 46 | 1B |
| Octal | 25 | 165 | 145 | 122 | 0 | 16 | 66 | 252 | 106 | 33 |
| Binary | 10101 | 1110101 | 1100101 | 1010010 | 0 | 1110 | 110110 | 10101010 | 1000110 | 11011 |
Color Harmonies of #157565
Complementary color
Monochromatic Colors of #157565
Black with #157565
Text Example
Text Example
White with #157565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157565; }
p { color: rgb(21,117,101); }
H1.HeaderClassName
{
color: #157565;
}
.AnyTagClassName
{
color: #157565;
}
</style>
background-color css
<style>
a { background-color: #157565; }
a { background-color: rgb(21,117,101); }
div.DivClassName
{
background-color: #157565;
}
.BgClassName
{
background-color: #157565;
}
</style>
border-color css
<style>
span { border-color: #157565; }
span { border-color: rgb(21,117,101); }
td.TdClassName
{
border-color: #157565;
}
.TagClassName
{
border-color: #157565;
}
</style>