Shades of Deep Sea #157B5E
Tints of Deep Sea #157B5E
RGB
CMYK
RGB Variations
Color information
#157B5E (or 0x157B5E) is known color: Deep Sea. HEX triplet: 15, 7B and 5E. RGB value is (21,123,94). Sum of RGB (Red+Green+Blue) = 21+123+94=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #157B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B5E is #EA84A1. Grayscale: #595959. Windows color (decimal): -15369378 or 6191893. OLE color: 6191893.
HSL color Cylindrical-coordinate representation of color #157B5E: hue angle of 162.94º 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 #157B5E is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 123 | 94 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.52 |
| HSL | 162.94º | 0.71% | 0.28% | - |
| HSV(B) | 162.94º | 0.83% | 0.48% | - |
| XYZ | 9.41 | 15.13 | 13.01 | - |
| YUV | 89.2 | 130.71 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 94 | 0.83 | 0 | 0.24 | 0.52 | 162.94 | 0.71 | 0.28 |
| Hex | 15 | 7B | 5E | 53 | 0 | 18 | 34 | A3 | 47 | 1C |
| Octal | 25 | 173 | 136 | 123 | 0 | 30 | 64 | 243 | 107 | 34 |
| Binary | 10101 | 1111011 | 1011110 | 1010011 | 0 | 11000 | 110100 | 10100011 | 1000111 | 11100 |
Color Harmonies of #157B5E
Complementary color
Monochromatic Colors of #157B5E
Black with #157B5E
Text Example
Text Example
White with #157B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157B5E; }
p { color: rgb(21,123,94); }
H1.HeaderClassName
{
color: #157B5E;
}
.AnyTagClassName
{
color: #157B5E;
}
</style>
background-color css
<style>
a { background-color: #157B5E; }
a { background-color: rgb(21,123,94); }
div.DivClassName
{
background-color: #157B5E;
}
.BgClassName
{
background-color: #157B5E;
}
</style>
border-color css
<style>
span { border-color: #157B5E; }
span { border-color: rgb(21,123,94); }
td.TdClassName
{
border-color: #157B5E;
}
.TagClassName
{
border-color: #157B5E;
}
</style>