Shades of Deep Sea #14725B
Tints of Deep Sea #14725B
RGB
CMYK
RGB Variations
Color information
#14725B (or 0x14725B) is known color: Deep Sea. HEX triplet: 14, 72 and 5B. RGB value is (20,114,91). Sum of RGB (Red+Green+Blue) = 20+114+91=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #14725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14725B is #EB8DA4. Grayscale: #535353. Windows color (decimal): -15437221 or 5992980. OLE color: 5992980.
HSL color Cylindrical-coordinate representation of color #14725B: hue angle of 165.32º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14725B is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 91 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.55 |
| HSL | 165.32º | 0.7% | 0.26% | - |
| HSV(B) | 165.32º | 0.82% | 0.45% | - |
| XYZ | 8.19 | 12.94 | 11.96 | - |
| YUV | 83.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 91 | 0.82 | 0 | 0.20 | 0.55 | 165.32 | 0.7 | 0.26 |
| Hex | 14 | 72 | 5B | 52 | 0 | 14 | 37 | A5 | 46 | 1A |
| Octal | 24 | 162 | 133 | 122 | 0 | 24 | 67 | 245 | 106 | 32 |
| Binary | 10100 | 1110010 | 1011011 | 1010010 | 0 | 10100 | 110111 | 10100101 | 1000110 | 11010 |
Color Harmonies of #14725B
Complementary color
Monochromatic Colors of #14725B
Black with #14725B
Text Example
Text Example
White with #14725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14725B; }
p { color: rgb(20,114,91); }
H1.HeaderClassName
{
color: #14725B;
}
.AnyTagClassName
{
color: #14725B;
}
</style>
background-color css
<style>
a { background-color: #14725B; }
a { background-color: rgb(20,114,91); }
div.DivClassName
{
background-color: #14725B;
}
.BgClassName
{
background-color: #14725B;
}
</style>
border-color css
<style>
span { border-color: #14725B; }
span { border-color: rgb(20,114,91); }
td.TdClassName
{
border-color: #14725B;
}
.TagClassName
{
border-color: #14725B;
}
</style>