Shades of Deep Sea #14875C
Tints of Deep Sea #14875C
RGB
CMYK
RGB Variations
Color information
#14875C (or 0x14875C) is known color: Deep Sea. HEX triplet: 14, 87 and 5C. RGB value is (20,135,92). Sum of RGB (Red+Green+Blue) = 20+135+92=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #14875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14875C is #EB78A3. Grayscale: #5F5F5F. Windows color (decimal): -15431844 or 6063892. OLE color: 6063892.
HSL color Cylindrical-coordinate representation of color #14875C: hue angle of 157.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14875C is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 92 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.47 |
| HSL | 157.57º | 0.74% | 0.3% | - |
| HSV(B) | 157.57º | 0.85% | 0.53% | - |
| XYZ | 10.88 | 18.25 | 13.07 | - |
| YUV | 95.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 92 | 0.85 | 0 | 0.32 | 0.47 | 157.57 | 0.74 | 0.3 |
| Hex | 14 | 87 | 5C | 55 | 0 | 20 | 2F | 9E | 4A | 1E |
| Octal | 24 | 207 | 134 | 125 | 0 | 40 | 57 | 236 | 112 | 36 |
| Binary | 10100 | 10000111 | 1011100 | 1010101 | 0 | 100000 | 101111 | 10011110 | 1001010 | 11110 |
Color Harmonies of #14875C
Complementary color
Monochromatic Colors of #14875C
Black with #14875C
Text Example
Text Example
White with #14875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14875C; }
p { color: rgb(20,135,92); }
H1.HeaderClassName
{
color: #14875C;
}
.AnyTagClassName
{
color: #14875C;
}
</style>
background-color css
<style>
a { background-color: #14875C; }
a { background-color: rgb(20,135,92); }
div.DivClassName
{
background-color: #14875C;
}
.BgClassName
{
background-color: #14875C;
}
</style>
border-color css
<style>
span { border-color: #14875C; }
span { border-color: rgb(20,135,92); }
td.TdClassName
{
border-color: #14875C;
}
.TagClassName
{
border-color: #14875C;
}
</style>