Shades of Deep Sea #157E68
Tints of Deep Sea #157E68
RGB
CMYK
RGB Variations
Color information
#157E68 (or 0x157E68) is known color: Deep Sea. HEX triplet: 15, 7E and 68. RGB value is (21,126,104). Sum of RGB (Red+Green+Blue) = 21+126+104=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 126 (49.61% from 255 or 50.20% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 126 - color contains mainly: green. Hex color #157E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E68 is #EA8197. Grayscale: #5C5C5C. Windows color (decimal): -15368600 or 6848021. OLE color: 6848021.
HSL color Cylindrical-coordinate representation of color #157E68: hue angle of 167.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 #157E68 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 126 | 104 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.51 |
| HSL | 167.43º | 0.71% | 0.29% | - |
| HSV(B) | 167.43º | 0.83% | 0.49% | - |
| XYZ | 10.27 | 16.08 | 15.66 | - |
| YUV | 92.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 104 | 0.83 | 0 | 0.17 | 0.51 | 167.43 | 0.71 | 0.29 |
| Hex | 15 | 7E | 68 | 53 | 0 | 11 | 33 | A7 | 47 | 1D |
| Octal | 25 | 176 | 150 | 123 | 0 | 21 | 63 | 247 | 107 | 35 |
| Binary | 10101 | 1111110 | 1101000 | 1010011 | 0 | 10001 | 110011 | 10100111 | 1000111 | 11101 |
Color Harmonies of #157E68
Complementary color
Monochromatic Colors of #157E68
Black with #157E68
Text Example
Text Example
White with #157E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157E68; }
p { color: rgb(21,126,104); }
H1.HeaderClassName
{
color: #157E68;
}
.AnyTagClassName
{
color: #157E68;
}
</style>
background-color css
<style>
a { background-color: #157E68; }
a { background-color: rgb(21,126,104); }
div.DivClassName
{
background-color: #157E68;
}
.BgClassName
{
background-color: #157E68;
}
</style>
border-color css
<style>
span { border-color: #157E68; }
span { border-color: rgb(21,126,104); }
td.TdClassName
{
border-color: #157E68;
}
.TagClassName
{
border-color: #157E68;
}
</style>