Shades of Deep Sea #14836B
Tints of Deep Sea #14836B
RGB
CMYK
RGB Variations
Color information
#14836B (or 0x14836B) is known color: Deep Sea. HEX triplet: 14, 83 and 6B. RGB value is (20,131,107). Sum of RGB (Red+Green+Blue) = 20+131+107=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #14836B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14836B is #EB7C94. Grayscale: #5F5F5F. Windows color (decimal): -15432853 or 7045908. OLE color: 7045908.
HSL color Cylindrical-coordinate representation of color #14836B: hue angle of 167.03º 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 #14836B is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 107 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.49 |
| HSL | 167.03º | 0.74% | 0.3% | - |
| HSV(B) | 167.03º | 0.85% | 0.51% | - |
| XYZ | 11.06 | 17.44 | 16.69 | - |
| YUV | 95.08 | 134.73 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 107 | 0.85 | 0 | 0.18 | 0.49 | 167.03 | 0.74 | 0.3 |
| Hex | 14 | 83 | 6B | 55 | 0 | 12 | 31 | A7 | 4A | 1E |
| Octal | 24 | 203 | 153 | 125 | 0 | 22 | 61 | 247 | 112 | 36 |
| Binary | 10100 | 10000011 | 1101011 | 1010101 | 0 | 10010 | 110001 | 10100111 | 1001010 | 11110 |
Color Harmonies of #14836B
Complementary color
Monochromatic Colors of #14836B
Black with #14836B
Text Example
Text Example
White with #14836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14836B; }
p { color: rgb(20,131,107); }
H1.HeaderClassName
{
color: #14836B;
}
.AnyTagClassName
{
color: #14836B;
}
</style>
background-color css
<style>
a { background-color: #14836B; }
a { background-color: rgb(20,131,107); }
div.DivClassName
{
background-color: #14836B;
}
.BgClassName
{
background-color: #14836B;
}
</style>
border-color css
<style>
span { border-color: #14836B; }
span { border-color: rgb(20,131,107); }
td.TdClassName
{
border-color: #14836B;
}
.TagClassName
{
border-color: #14836B;
}
</style>