Shades of Deep Sea #14835C
Tints of Deep Sea #14835C
RGB
CMYK
RGB Variations
Color information
#14835C (or 0x14835C) is known color: Deep Sea. HEX triplet: 14, 83 and 5C. RGB value is (20,131,92). Sum of RGB (Red+Green+Blue) = 20+131+92=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #14835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14835C is #EB7CA3. Grayscale: #5D5D5D. Windows color (decimal): -15432868 or 6062868. OLE color: 6062868.
HSL color Cylindrical-coordinate representation of color #14835C: hue angle of 158.92º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14835C is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 92 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.49 |
| HSL | 158.92º | 0.74% | 0.3% | - |
| HSV(B) | 158.92º | 0.85% | 0.51% | - |
| XYZ | 10.34 | 17.15 | 12.89 | - |
| YUV | 93.37 | 127.23 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 92 | 0.85 | 0 | 0.30 | 0.49 | 158.92 | 0.74 | 0.3 |
| Hex | 14 | 83 | 5C | 55 | 0 | 1E | 31 | 9F | 4A | 1E |
| Octal | 24 | 203 | 134 | 125 | 0 | 36 | 61 | 237 | 112 | 36 |
| Binary | 10100 | 10000011 | 1011100 | 1010101 | 0 | 11110 | 110001 | 10011111 | 1001010 | 11110 |
Color Harmonies of #14835C
Complementary color
Monochromatic Colors of #14835C
Black with #14835C
Text Example
Text Example
White with #14835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14835C; }
p { color: rgb(20,131,92); }
H1.HeaderClassName
{
color: #14835C;
}
.AnyTagClassName
{
color: #14835C;
}
</style>
background-color css
<style>
a { background-color: #14835C; }
a { background-color: rgb(20,131,92); }
div.DivClassName
{
background-color: #14835C;
}
.BgClassName
{
background-color: #14835C;
}
</style>
border-color css
<style>
span { border-color: #14835C; }
span { border-color: rgb(20,131,92); }
td.TdClassName
{
border-color: #14835C;
}
.TagClassName
{
border-color: #14835C;
}
</style>