Shades of Deep Sea #157E60
Tints of Deep Sea #157E60
RGB
CMYK
RGB Variations
Color information
#157E60 (or 0x157E60) is known color: Deep Sea. HEX triplet: 15, 7E and 60. RGB value is (21,126,96). Sum of RGB (Red+Green+Blue) = 21+126+96=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #157E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E60 is #EA819F. Grayscale: #5B5B5B. Windows color (decimal): -15368608 or 6323733. OLE color: 6323733.
HSL color Cylindrical-coordinate representation of color #157E60: hue angle of 162.86º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157E60 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 126 | 96 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.51 |
| HSL | 162.86º | 0.71% | 0.29% | - |
| HSV(B) | 162.86º | 0.83% | 0.49% | - |
| XYZ | 9.88 | 15.93 | 13.62 | - |
| YUV | 91.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 96 | 0.83 | 0 | 0.24 | 0.51 | 162.86 | 0.71 | 0.29 |
| Hex | 15 | 7E | 60 | 53 | 0 | 18 | 33 | A3 | 47 | 1D |
| Octal | 25 | 176 | 140 | 123 | 0 | 30 | 63 | 243 | 107 | 35 |
| Binary | 10101 | 1111110 | 1100000 | 1010011 | 0 | 11000 | 110011 | 10100011 | 1000111 | 11101 |
Color Harmonies of #157E60
Complementary color
Monochromatic Colors of #157E60
Black with #157E60
Text Example
Text Example
White with #157E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157E60; }
p { color: rgb(21,126,96); }
H1.HeaderClassName
{
color: #157E60;
}
.AnyTagClassName
{
color: #157E60;
}
</style>
background-color css
<style>
a { background-color: #157E60; }
a { background-color: rgb(21,126,96); }
div.DivClassName
{
background-color: #157E60;
}
.BgClassName
{
background-color: #157E60;
}
</style>
border-color css
<style>
span { border-color: #157E60; }
span { border-color: rgb(21,126,96); }
td.TdClassName
{
border-color: #157E60;
}
.TagClassName
{
border-color: #157E60;
}
</style>