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