Shades of Deep Sea #157D74
Tints of Deep Sea #157D74
RGB
CMYK
RGB Variations
Color information
#157D74 (or 0x157D74) is known color: Deep Sea. HEX triplet: 15, 7D and 74. RGB value is (21,125,116). Sum of RGB (Red+Green+Blue) = 21+125+116=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #157D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157D74 is #EA828B. Grayscale: #5C5C5C. Windows color (decimal): -15368844 or 7634197. OLE color: 7634197.
HSL color Cylindrical-coordinate representation of color #157D74: hue angle of 174.81º 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 #157D74 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 116 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.51 |
| HSL | 174.81º | 0.71% | 0.29% | - |
| HSV(B) | 174.81º | 0.83% | 0.49% | - |
| XYZ | 10.8 | 16.09 | 19.06 | - |
| YUV | 92.88 | 141.04 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 116 | 0.83 | 0 | 0.07 | 0.51 | 174.81 | 0.71 | 0.29 |
| Hex | 15 | 7D | 74 | 53 | 0 | 7 | 33 | AF | 47 | 1D |
| Octal | 25 | 175 | 164 | 123 | 0 | 7 | 63 | 257 | 107 | 35 |
| Binary | 10101 | 1111101 | 1110100 | 1010011 | 0 | 111 | 110011 | 10101111 | 1000111 | 11101 |
Color Harmonies of #157D74
Complementary color
Monochromatic Colors of #157D74
Black with #157D74
Text Example
Text Example
White with #157D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D74; }
p { color: rgb(21,125,116); }
H1.HeaderClassName
{
color: #157D74;
}
.AnyTagClassName
{
color: #157D74;
}
</style>
background-color css
<style>
a { background-color: #157D74; }
a { background-color: rgb(21,125,116); }
div.DivClassName
{
background-color: #157D74;
}
.BgClassName
{
background-color: #157D74;
}
</style>
border-color css
<style>
span { border-color: #157D74; }
span { border-color: rgb(21,125,116); }
td.TdClassName
{
border-color: #157D74;
}
.TagClassName
{
border-color: #157D74;
}
</style>