Shades of Deep Sea #157B71
Tints of Deep Sea #157B71
RGB
CMYK
RGB Variations
Color information
#157B71 (or 0x157B71) is known color: Deep Sea. HEX triplet: 15, 7B and 71. RGB value is (21,123,113). Sum of RGB (Red+Green+Blue) = 21+123+113=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #157B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B71 is #EA848E. Grayscale: #5B5B5B. Windows color (decimal): -15369359 or 7437077. OLE color: 7437077.
HSL color Cylindrical-coordinate representation of color #157B71: hue angle of 174.12º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B71 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 123 | 113 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.52 |
| HSL | 174.12º | 0.71% | 0.28% | - |
| HSV(B) | 174.12º | 0.83% | 0.48% | - |
| XYZ | 10.37 | 15.52 | 18.07 | - |
| YUV | 91.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 113 | 0.83 | 0 | 0.08 | 0.52 | 174.12 | 0.71 | 0.28 |
| Hex | 15 | 7B | 71 | 53 | 0 | 8 | 34 | AE | 47 | 1C |
| Octal | 25 | 173 | 161 | 123 | 0 | 10 | 64 | 256 | 107 | 34 |
| Binary | 10101 | 1111011 | 1110001 | 1010011 | 0 | 1000 | 110100 | 10101110 | 1000111 | 11100 |
Color Harmonies of #157B71
Complementary color
Monochromatic Colors of #157B71
Black with #157B71
Text Example
Text Example
White with #157B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157B71; }
p { color: rgb(21,123,113); }
H1.HeaderClassName
{
color: #157B71;
}
.AnyTagClassName
{
color: #157B71;
}
</style>
background-color css
<style>
a { background-color: #157B71; }
a { background-color: rgb(21,123,113); }
div.DivClassName
{
background-color: #157B71;
}
.BgClassName
{
background-color: #157B71;
}
</style>
border-color css
<style>
span { border-color: #157B71; }
span { border-color: rgb(21,123,113); }
td.TdClassName
{
border-color: #157B71;
}
.TagClassName
{
border-color: #157B71;
}
</style>