Shades of Deep Sea #14845B
Tints of Deep Sea #14845B
RGB
CMYK
RGB Variations
Color information
#14845B (or 0x14845B) is known color: Deep Sea. HEX triplet: 14, 84 and 5B. RGB value is (20,132,91). Sum of RGB (Red+Green+Blue) = 20+132+91=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #14845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14845B is #EB7BA4. Grayscale: #5D5D5D. Windows color (decimal): -15432613 or 5997588. OLE color: 5997588.
HSL color Cylindrical-coordinate representation of color #14845B: hue angle of 158.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14845B is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 91 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.48 |
| HSL | 158.04º | 0.74% | 0.3% | - |
| HSV(B) | 158.04º | 0.85% | 0.52% | - |
| XYZ | 10.43 | 17.41 | 12.71 | - |
| YUV | 93.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 91 | 0.85 | 0 | 0.31 | 0.48 | 158.04 | 0.74 | 0.3 |
| Hex | 14 | 84 | 5B | 55 | 0 | 1F | 30 | 9E | 4A | 1E |
| Octal | 24 | 204 | 133 | 125 | 0 | 37 | 60 | 236 | 112 | 36 |
| Binary | 10100 | 10000100 | 1011011 | 1010101 | 0 | 11111 | 110000 | 10011110 | 1001010 | 11110 |
Color Harmonies of #14845B
Complementary color
Monochromatic Colors of #14845B
Black with #14845B
Text Example
Text Example
White with #14845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14845B; }
p { color: rgb(20,132,91); }
H1.HeaderClassName
{
color: #14845B;
}
.AnyTagClassName
{
color: #14845B;
}
</style>
background-color css
<style>
a { background-color: #14845B; }
a { background-color: rgb(20,132,91); }
div.DivClassName
{
background-color: #14845B;
}
.BgClassName
{
background-color: #14845B;
}
</style>
border-color css
<style>
span { border-color: #14845B; }
span { border-color: rgb(20,132,91); }
td.TdClassName
{
border-color: #14845B;
}
.TagClassName
{
border-color: #14845B;
}
</style>