Shades of Deep Sea #14835B
Tints of Deep Sea #14835B
RGB
CMYK
RGB Variations
Color information
#14835B (or 0x14835B) is known color: Deep Sea. HEX triplet: 14, 83 and 5B. RGB value is (20,131,91). Sum of RGB (Red+Green+Blue) = 20+131+91=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #14835B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14835B is #EB7CA4. Grayscale: #5D5D5D. Windows color (decimal): -15432869 or 5997332. OLE color: 5997332.
HSL color Cylindrical-coordinate representation of color #14835B: hue angle of 158.38º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14835B is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 91 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.49 |
| HSL | 158.38º | 0.74% | 0.3% | - |
| HSV(B) | 158.38º | 0.85% | 0.51% | - |
| XYZ | 10.29 | 17.14 | 12.66 | - |
| YUV | 93.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 91 | 0.85 | 0 | 0.31 | 0.49 | 158.38 | 0.74 | 0.3 |
| Hex | 14 | 83 | 5B | 55 | 0 | 1F | 31 | 9E | 4A | 1E |
| Octal | 24 | 203 | 133 | 125 | 0 | 37 | 61 | 236 | 112 | 36 |
| Binary | 10100 | 10000011 | 1011011 | 1010101 | 0 | 11111 | 110001 | 10011110 | 1001010 | 11110 |
Color Harmonies of #14835B
Complementary color
Monochromatic Colors of #14835B
Black with #14835B
Text Example
Text Example
White with #14835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14835B; }
p { color: rgb(20,131,91); }
H1.HeaderClassName
{
color: #14835B;
}
.AnyTagClassName
{
color: #14835B;
}
</style>
background-color css
<style>
a { background-color: #14835B; }
a { background-color: rgb(20,131,91); }
div.DivClassName
{
background-color: #14835B;
}
.BgClassName
{
background-color: #14835B;
}
</style>
border-color css
<style>
span { border-color: #14835B; }
span { border-color: rgb(20,131,91); }
td.TdClassName
{
border-color: #14835B;
}
.TagClassName
{
border-color: #14835B;
}
</style>