Shades of Deep Sea #14756E
Tints of Deep Sea #14756E
RGB
CMYK
RGB Variations
Color information
#14756E (or 0x14756E) is known color: Deep Sea. HEX triplet: 14, 75 and 6E. RGB value is (20,117,110). Sum of RGB (Red+Green+Blue) = 20+117+110=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #14756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14756E is #EB8A91. Grayscale: #575757. Windows color (decimal): -15436434 or 7238932. OLE color: 7238932.
HSL color Cylindrical-coordinate representation of color #14756E: hue angle of 175.67º 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 #14756E is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 117 | 110 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.54 |
| HSL | 175.67º | 0.71% | 0.27% | - |
| HSV(B) | 175.67º | 0.83% | 0.46% | - |
| XYZ | 9.46 | 14 | 16.95 | - |
| YUV | 87.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 110 | 0.83 | 0 | 0.06 | 0.54 | 175.67 | 0.71 | 0.27 |
| Hex | 14 | 75 | 6E | 53 | 0 | 6 | 36 | B0 | 47 | 1B |
| Octal | 24 | 165 | 156 | 123 | 0 | 6 | 66 | 260 | 107 | 33 |
| Binary | 10100 | 1110101 | 1101110 | 1010011 | 0 | 110 | 110110 | 10110000 | 1000111 | 11011 |
Color Harmonies of #14756E
Complementary color
Monochromatic Colors of #14756E
Black with #14756E
Text Example
Text Example
White with #14756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14756E; }
p { color: rgb(20,117,110); }
H1.HeaderClassName
{
color: #14756E;
}
.AnyTagClassName
{
color: #14756E;
}
</style>
background-color css
<style>
a { background-color: #14756E; }
a { background-color: rgb(20,117,110); }
div.DivClassName
{
background-color: #14756E;
}
.BgClassName
{
background-color: #14756E;
}
</style>
border-color css
<style>
span { border-color: #14756E; }
span { border-color: rgb(20,117,110); }
td.TdClassName
{
border-color: #14756E;
}
.TagClassName
{
border-color: #14756E;
}
</style>