Shades of Deep Sea #14765E
Tints of Deep Sea #14765E
RGB
CMYK
RGB Variations
Color information
#14765E (or 0x14765E) is known color: Deep Sea. HEX triplet: 14, 76 and 5E. RGB value is (20,118,94). Sum of RGB (Red+Green+Blue) = 20+118+94=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #14765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14765E is #EB89A1. Grayscale: #555555. Windows color (decimal): -15436194 or 6190612. OLE color: 6190612.
HSL color Cylindrical-coordinate representation of color #14765E: hue angle of 165.31º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14765E is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 94 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.54 |
| HSL | 165.31º | 0.71% | 0.27% | - |
| HSV(B) | 165.31º | 0.83% | 0.46% | - |
| XYZ | 8.79 | 13.91 | 12.81 | - |
| YUV | 85.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 94 | 0.83 | 0 | 0.20 | 0.54 | 165.31 | 0.71 | 0.27 |
| Hex | 14 | 76 | 5E | 53 | 0 | 14 | 36 | A5 | 47 | 1B |
| Octal | 24 | 166 | 136 | 123 | 0 | 24 | 66 | 245 | 107 | 33 |
| Binary | 10100 | 1110110 | 1011110 | 1010011 | 0 | 10100 | 110110 | 10100101 | 1000111 | 11011 |
Color Harmonies of #14765E
Complementary color
Monochromatic Colors of #14765E
Black with #14765E
Text Example
Text Example
White with #14765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14765E; }
p { color: rgb(20,118,94); }
H1.HeaderClassName
{
color: #14765E;
}
.AnyTagClassName
{
color: #14765E;
}
</style>
background-color css
<style>
a { background-color: #14765E; }
a { background-color: rgb(20,118,94); }
div.DivClassName
{
background-color: #14765E;
}
.BgClassName
{
background-color: #14765E;
}
</style>
border-color css
<style>
span { border-color: #14765E; }
span { border-color: rgb(20,118,94); }
td.TdClassName
{
border-color: #14765E;
}
.TagClassName
{
border-color: #14765E;
}
</style>