Shades of Deep Sea #14725D
Tints of Deep Sea #14725D
RGB
CMYK
RGB Variations
Color information
#14725D (or 0x14725D) is known color: Deep Sea. HEX triplet: 14, 72 and 5D. RGB value is (20,114,93). Sum of RGB (Red+Green+Blue) = 20+114+93=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #14725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14725D is #EB8DA2. Grayscale: #535353. Windows color (decimal): -15437219 or 6124052. OLE color: 6124052.
HSL color Cylindrical-coordinate representation of color #14725D: hue angle of 166.6º 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 #14725D is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 93 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.55 |
| HSL | 166.6º | 0.7% | 0.26% | - |
| HSV(B) | 166.6º | 0.82% | 0.45% | - |
| XYZ | 8.28 | 12.97 | 12.42 | - |
| YUV | 83.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 93 | 0.82 | 0 | 0.18 | 0.55 | 166.6 | 0.7 | 0.26 |
| Hex | 14 | 72 | 5D | 52 | 0 | 12 | 37 | A7 | 46 | 1A |
| Octal | 24 | 162 | 135 | 122 | 0 | 22 | 67 | 247 | 106 | 32 |
| Binary | 10100 | 1110010 | 1011101 | 1010010 | 0 | 10010 | 110111 | 10100111 | 1000110 | 11010 |
Color Harmonies of #14725D
Complementary color
Monochromatic Colors of #14725D
Black with #14725D
Text Example
Text Example
White with #14725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14725D; }
p { color: rgb(20,114,93); }
H1.HeaderClassName
{
color: #14725D;
}
.AnyTagClassName
{
color: #14725D;
}
</style>
background-color css
<style>
a { background-color: #14725D; }
a { background-color: rgb(20,114,93); }
div.DivClassName
{
background-color: #14725D;
}
.BgClassName
{
background-color: #14725D;
}
</style>
border-color css
<style>
span { border-color: #14725D; }
span { border-color: rgb(20,114,93); }
td.TdClassName
{
border-color: #14725D;
}
.TagClassName
{
border-color: #14725D;
}
</style>