Shades of Deep Sea #157F71
Tints of Deep Sea #157F71
RGB
CMYK
RGB Variations
Color information
#157F71 (or 0x157F71) is known color: Deep Sea. HEX triplet: 15, 7F and 71. RGB value is (21,127,113). Sum of RGB (Red+Green+Blue) = 21+127+113=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #157F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F71 is #EA808E. Grayscale: #5D5D5D. Windows color (decimal): -15368335 or 7438101. OLE color: 7438101.
HSL color Cylindrical-coordinate representation of color #157F71: hue angle of 172.08º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F71 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 127 | 113 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.50 |
| HSL | 172.08º | 0.72% | 0.29% | - |
| HSV(B) | 172.08º | 0.83% | 0.5% | - |
| XYZ | 10.88 | 16.53 | 18.24 | - |
| YUV | 93.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 113 | 0.83 | 0 | 0.11 | 0.50 | 172.08 | 0.72 | 0.29 |
| Hex | 15 | 7F | 71 | 53 | 0 | B | 32 | AC | 48 | 1D |
| Octal | 25 | 177 | 161 | 123 | 0 | 13 | 62 | 254 | 110 | 35 |
| Binary | 10101 | 1111111 | 1110001 | 1010011 | 0 | 1011 | 110010 | 10101100 | 1001000 | 11101 |
Color Harmonies of #157F71
Complementary color
Monochromatic Colors of #157F71
Black with #157F71
Text Example
Text Example
White with #157F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157F71; }
p { color: rgb(21,127,113); }
H1.HeaderClassName
{
color: #157F71;
}
.AnyTagClassName
{
color: #157F71;
}
</style>
background-color css
<style>
a { background-color: #157F71; }
a { background-color: rgb(21,127,113); }
div.DivClassName
{
background-color: #157F71;
}
.BgClassName
{
background-color: #157F71;
}
</style>
border-color css
<style>
span { border-color: #157F71; }
span { border-color: rgb(21,127,113); }
td.TdClassName
{
border-color: #157F71;
}
.TagClassName
{
border-color: #157F71;
}
</style>