Shades of Deep Sea #157A64
Tints of Deep Sea #157A64
RGB
CMYK
RGB Variations
Color information
#157A64 (or 0x157A64) is known color: Deep Sea. HEX triplet: 15, 7A and 64. RGB value is (21,122,100). Sum of RGB (Red+Green+Blue) = 21+122+100=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #157A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A64 is #EA859B. Grayscale: #595959. Windows color (decimal): -15369628 or 6584853. OLE color: 6584853.
HSL color Cylindrical-coordinate representation of color #157A64: hue angle of 166.93º 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 #157A64 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 122 | 100 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.52 |
| HSL | 166.93º | 0.71% | 0.28% | - |
| HSV(B) | 166.93º | 0.83% | 0.48% | - |
| XYZ | 9.57 | 15 | 14.45 | - |
| YUV | 89.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 100 | 0.83 | 0 | 0.18 | 0.52 | 166.93 | 0.71 | 0.28 |
| Hex | 15 | 7A | 64 | 53 | 0 | 12 | 34 | A7 | 47 | 1C |
| Octal | 25 | 172 | 144 | 123 | 0 | 22 | 64 | 247 | 107 | 34 |
| Binary | 10101 | 1111010 | 1100100 | 1010011 | 0 | 10010 | 110100 | 10100111 | 1000111 | 11100 |
Color Harmonies of #157A64
Complementary color
Monochromatic Colors of #157A64
Black with #157A64
Text Example
Text Example
White with #157A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157A64; }
p { color: rgb(21,122,100); }
H1.HeaderClassName
{
color: #157A64;
}
.AnyTagClassName
{
color: #157A64;
}
</style>
background-color css
<style>
a { background-color: #157A64; }
a { background-color: rgb(21,122,100); }
div.DivClassName
{
background-color: #157A64;
}
.BgClassName
{
background-color: #157A64;
}
</style>
border-color css
<style>
span { border-color: #157A64; }
span { border-color: rgb(21,122,100); }
td.TdClassName
{
border-color: #157A64;
}
.TagClassName
{
border-color: #157A64;
}
</style>