Shades of Deep Sea #14755F
Tints of Deep Sea #14755F
RGB
CMYK
RGB Variations
Color information
#14755F (or 0x14755F) is known color: Deep Sea. HEX triplet: 14, 75 and 5F. RGB value is (20,117,95). Sum of RGB (Red+Green+Blue) = 20+117+95=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #14755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14755F is #EB8AA0. Grayscale: #555555. Windows color (decimal): -15436449 or 6255892. OLE color: 6255892.
HSL color Cylindrical-coordinate representation of color #14755F: hue angle of 166.39º 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 #14755F is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 117 | 95 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.54 |
| HSL | 166.39º | 0.71% | 0.27% | - |
| HSV(B) | 166.39º | 0.83% | 0.46% | - |
| XYZ | 8.72 | 13.7 | 13.01 | - |
| YUV | 85.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 95 | 0.83 | 0 | 0.19 | 0.54 | 166.39 | 0.71 | 0.27 |
| Hex | 14 | 75 | 5F | 53 | 0 | 13 | 36 | A6 | 47 | 1B |
| Octal | 24 | 165 | 137 | 123 | 0 | 23 | 66 | 246 | 107 | 33 |
| Binary | 10100 | 1110101 | 1011111 | 1010011 | 0 | 10011 | 110110 | 10100110 | 1000111 | 11011 |
Color Harmonies of #14755F
Complementary color
Monochromatic Colors of #14755F
Black with #14755F
Text Example
Text Example
White with #14755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14755F; }
p { color: rgb(20,117,95); }
H1.HeaderClassName
{
color: #14755F;
}
.AnyTagClassName
{
color: #14755F;
}
</style>
background-color css
<style>
a { background-color: #14755F; }
a { background-color: rgb(20,117,95); }
div.DivClassName
{
background-color: #14755F;
}
.BgClassName
{
background-color: #14755F;
}
</style>
border-color css
<style>
span { border-color: #14755F; }
span { border-color: rgb(20,117,95); }
td.TdClassName
{
border-color: #14755F;
}
.TagClassName
{
border-color: #14755F;
}
</style>