Shades of Deep Sea #14856B
Tints of Deep Sea #14856B
RGB
CMYK
RGB Variations
Color information
#14856B (or 0x14856B) is known color: Deep Sea. HEX triplet: 14, 85 and 6B. RGB value is (20,133,107). Sum of RGB (Red+Green+Blue) = 20+133+107=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #14856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14856B is #EB7A94. Grayscale: #606060. Windows color (decimal): -15432341 or 7046420. OLE color: 7046420.
HSL color Cylindrical-coordinate representation of color #14856B: hue angle of 166.19º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14856B is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 107 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.48 |
| HSL | 166.19º | 0.74% | 0.3% | - |
| HSV(B) | 166.19º | 0.85% | 0.52% | - |
| XYZ | 11.33 | 17.99 | 16.78 | - |
| YUV | 96.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 107 | 0.85 | 0 | 0.20 | 0.48 | 166.19 | 0.74 | 0.3 |
| Hex | 14 | 85 | 6B | 55 | 0 | 14 | 30 | A6 | 4A | 1E |
| Octal | 24 | 205 | 153 | 125 | 0 | 24 | 60 | 246 | 112 | 36 |
| Binary | 10100 | 10000101 | 1101011 | 1010101 | 0 | 10100 | 110000 | 10100110 | 1001010 | 11110 |
Color Harmonies of #14856B
Complementary color
Monochromatic Colors of #14856B
Black with #14856B
Text Example
Text Example
White with #14856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14856B; }
p { color: rgb(20,133,107); }
H1.HeaderClassName
{
color: #14856B;
}
.AnyTagClassName
{
color: #14856B;
}
</style>
background-color css
<style>
a { background-color: #14856B; }
a { background-color: rgb(20,133,107); }
div.DivClassName
{
background-color: #14856B;
}
.BgClassName
{
background-color: #14856B;
}
</style>
border-color css
<style>
span { border-color: #14856B; }
span { border-color: rgb(20,133,107); }
td.TdClassName
{
border-color: #14856B;
}
.TagClassName
{
border-color: #14856B;
}
</style>