Shades of Deep Sea #157F67
Tints of Deep Sea #157F67
RGB
CMYK
RGB Variations
Color information
#157F67 (or 0x157F67) is known color: Deep Sea. HEX triplet: 15, 7F and 67. RGB value is (21,127,103). Sum of RGB (Red+Green+Blue) = 21+127+103=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #157F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F67 is #EA8098. Grayscale: #5C5C5C. Windows color (decimal): -15368345 or 6782741. OLE color: 6782741.
HSL color Cylindrical-coordinate representation of color #157F67: hue angle of 166.42º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F67 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 127 | 103 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.50 |
| HSL | 166.42º | 0.72% | 0.29% | - |
| HSV(B) | 166.42º | 0.83% | 0.5% | - |
| XYZ | 10.35 | 16.32 | 15.44 | - |
| YUV | 92.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 103 | 0.83 | 0 | 0.19 | 0.50 | 166.42 | 0.72 | 0.29 |
| Hex | 15 | 7F | 67 | 53 | 0 | 13 | 32 | A6 | 48 | 1D |
| Octal | 25 | 177 | 147 | 123 | 0 | 23 | 62 | 246 | 110 | 35 |
| Binary | 10101 | 1111111 | 1100111 | 1010011 | 0 | 10011 | 110010 | 10100110 | 1001000 | 11101 |
Color Harmonies of #157F67
Complementary color
Monochromatic Colors of #157F67
Black with #157F67
Text Example
Text Example
White with #157F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157F67; }
p { color: rgb(21,127,103); }
H1.HeaderClassName
{
color: #157F67;
}
.AnyTagClassName
{
color: #157F67;
}
</style>
background-color css
<style>
a { background-color: #157F67; }
a { background-color: rgb(21,127,103); }
div.DivClassName
{
background-color: #157F67;
}
.BgClassName
{
background-color: #157F67;
}
</style>
border-color css
<style>
span { border-color: #157F67; }
span { border-color: rgb(21,127,103); }
td.TdClassName
{
border-color: #157F67;
}
.TagClassName
{
border-color: #157F67;
}
</style>