Shades of Deep Sea #157D64
Tints of Deep Sea #157D64
RGB
CMYK
RGB Variations
Color information
#157D64 (or 0x157D64) is known color: Deep Sea. HEX triplet: 15, 7D and 64. RGB value is (21,125,100). Sum of RGB (Red+Green+Blue) = 21+125+100=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #157D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157D64 is #EA829B. Grayscale: #5B5B5B. Windows color (decimal): -15368860 or 6585621. OLE color: 6585621.
HSL color Cylindrical-coordinate representation of color #157D64: hue angle of 165.58º 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 #157D64 is Cyan = 0.83, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 100 | - |
| CMYK | 0.83 | 0 | 0.2 | 0.51 |
| HSL | 165.58º | 0.71% | 0.29% | - |
| HSV(B) | 165.58º | 0.83% | 0.49% | - |
| XYZ | 9.94 | 15.75 | 14.57 | - |
| YUV | 91.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 100 | 0.83 | 0 | 0.2 | 0.51 | 165.58 | 0.71 | 0.29 |
| Hex | 15 | 7D | 64 | 53 | 0 | 14 | 33 | A6 | 47 | 1D |
| Octal | 25 | 175 | 144 | 123 | 0 | 24 | 63 | 246 | 107 | 35 |
| Binary | 10101 | 1111101 | 1100100 | 1010011 | 0 | 10100 | 110011 | 10100110 | 1000111 | 11101 |
Color Harmonies of #157D64
Complementary color
Monochromatic Colors of #157D64
Black with #157D64
Text Example
Text Example
White with #157D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D64; }
p { color: rgb(21,125,100); }
H1.HeaderClassName
{
color: #157D64;
}
.AnyTagClassName
{
color: #157D64;
}
</style>
background-color css
<style>
a { background-color: #157D64; }
a { background-color: rgb(21,125,100); }
div.DivClassName
{
background-color: #157D64;
}
.BgClassName
{
background-color: #157D64;
}
</style>
border-color css
<style>
span { border-color: #157D64; }
span { border-color: rgb(21,125,100); }
td.TdClassName
{
border-color: #157D64;
}
.TagClassName
{
border-color: #157D64;
}
</style>