Shades of Deep Sea #14786F
Tints of Deep Sea #14786F
RGB
CMYK
RGB Variations
Color information
#14786F (or 0x14786F) is known color: Deep Sea. HEX triplet: 14, 78 and 6F. RGB value is (20,120,111). Sum of RGB (Red+Green+Blue) = 20+120+111=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #14786F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14786F is #EB8790. Grayscale: #595959. Windows color (decimal): -15435665 or 7305236. OLE color: 7305236.
HSL color Cylindrical-coordinate representation of color #14786F: hue angle of 174.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14786F is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 120 | 111 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.53 |
| HSL | 174.6º | 0.71% | 0.27% | - |
| HSV(B) | 174.6º | 0.83% | 0.47% | - |
| XYZ | 9.87 | 14.73 | 17.36 | - |
| YUV | 89.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 111 | 0.83 | 0 | 0.08 | 0.53 | 174.6 | 0.71 | 0.27 |
| Hex | 14 | 78 | 6F | 53 | 0 | 8 | 35 | AF | 47 | 1B |
| Octal | 24 | 170 | 157 | 123 | 0 | 10 | 65 | 257 | 107 | 33 |
| Binary | 10100 | 1111000 | 1101111 | 1010011 | 0 | 1000 | 110101 | 10101111 | 1000111 | 11011 |
Color Harmonies of #14786F
Complementary color
Monochromatic Colors of #14786F
Black with #14786F
Text Example
Text Example
White with #14786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14786F; }
p { color: rgb(20,120,111); }
H1.HeaderClassName
{
color: #14786F;
}
.AnyTagClassName
{
color: #14786F;
}
</style>
background-color css
<style>
a { background-color: #14786F; }
a { background-color: rgb(20,120,111); }
div.DivClassName
{
background-color: #14786F;
}
.BgClassName
{
background-color: #14786F;
}
</style>
border-color css
<style>
span { border-color: #14786F; }
span { border-color: rgb(20,120,111); }
td.TdClassName
{
border-color: #14786F;
}
.TagClassName
{
border-color: #14786F;
}
</style>