Shades of Deep Sea #157E61
Tints of Deep Sea #157E61
RGB
CMYK
RGB Variations
Color information
#157E61 (or 0x157E61) is known color: Deep Sea. HEX triplet: 15, 7E and 61. RGB value is (21,126,97). Sum of RGB (Red+Green+Blue) = 21+126+97=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #157E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E61 is #EA819E. Grayscale: #5B5B5B. Windows color (decimal): -15368607 or 6389269. OLE color: 6389269.
HSL color Cylindrical-coordinate representation of color #157E61: hue angle of 163.43º 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 #157E61 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 126 | 97 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.51 |
| HSL | 163.43º | 0.71% | 0.29% | - |
| HSV(B) | 163.43º | 0.83% | 0.49% | - |
| XYZ | 9.93 | 15.94 | 13.86 | - |
| YUV | 91.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 97 | 0.83 | 0 | 0.23 | 0.51 | 163.43 | 0.71 | 0.29 |
| Hex | 15 | 7E | 61 | 53 | 0 | 17 | 33 | A3 | 47 | 1D |
| Octal | 25 | 176 | 141 | 123 | 0 | 27 | 63 | 243 | 107 | 35 |
| Binary | 10101 | 1111110 | 1100001 | 1010011 | 0 | 10111 | 110011 | 10100011 | 1000111 | 11101 |
Color Harmonies of #157E61
Complementary color
Monochromatic Colors of #157E61
Black with #157E61
Text Example
Text Example
White with #157E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157E61; }
p { color: rgb(21,126,97); }
H1.HeaderClassName
{
color: #157E61;
}
.AnyTagClassName
{
color: #157E61;
}
</style>
background-color css
<style>
a { background-color: #157E61; }
a { background-color: rgb(21,126,97); }
div.DivClassName
{
background-color: #157E61;
}
.BgClassName
{
background-color: #157E61;
}
</style>
border-color css
<style>
span { border-color: #157E61; }
span { border-color: rgb(21,126,97); }
td.TdClassName
{
border-color: #157E61;
}
.TagClassName
{
border-color: #157E61;
}
</style>