Shades of Deep Sea #157D69
Tints of Deep Sea #157D69
RGB
CMYK
RGB Variations
Color information
#157D69 (or 0x157D69) is known color: Deep Sea. HEX triplet: 15, 7D and 69. RGB value is (21,125,105). Sum of RGB (Red+Green+Blue) = 21+125+105=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #157D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157D69 is #EA8296. Grayscale: #5B5B5B. Windows color (decimal): -15368855 or 6913301. OLE color: 6913301.
HSL color Cylindrical-coordinate representation of color #157D69: hue angle of 168.46º 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 #157D69 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 105 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.51 |
| HSL | 168.46º | 0.71% | 0.29% | - |
| HSV(B) | 168.46º | 0.83% | 0.49% | - |
| XYZ | 10.19 | 15.85 | 15.89 | - |
| YUV | 91.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 105 | 0.83 | 0 | 0.16 | 0.51 | 168.46 | 0.71 | 0.29 |
| Hex | 15 | 7D | 69 | 53 | 0 | 10 | 33 | A8 | 47 | 1D |
| Octal | 25 | 175 | 151 | 123 | 0 | 20 | 63 | 250 | 107 | 35 |
| Binary | 10101 | 1111101 | 1101001 | 1010011 | 0 | 10000 | 110011 | 10101000 | 1000111 | 11101 |
Color Harmonies of #157D69
Complementary color
Monochromatic Colors of #157D69
Black with #157D69
Text Example
Text Example
White with #157D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D69; }
p { color: rgb(21,125,105); }
H1.HeaderClassName
{
color: #157D69;
}
.AnyTagClassName
{
color: #157D69;
}
</style>
background-color css
<style>
a { background-color: #157D69; }
a { background-color: rgb(21,125,105); }
div.DivClassName
{
background-color: #157D69;
}
.BgClassName
{
background-color: #157D69;
}
</style>
border-color css
<style>
span { border-color: #157D69; }
span { border-color: rgb(21,125,105); }
td.TdClassName
{
border-color: #157D69;
}
.TagClassName
{
border-color: #157D69;
}
</style>