Shades of Deep Sea #158363
Tints of Deep Sea #158363
RGB
CMYK
RGB Variations
Color information
#158363 (or 0x158363) is known color: Deep Sea. HEX triplet: 15, 83 and 63. RGB value is (21,131,99). Sum of RGB (Red+Green+Blue) = 21+131+99=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #158363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158363 is #EA7C9C. Grayscale: #5E5E5E. Windows color (decimal): -15367325 or 6521621. OLE color: 6521621.
HSL color Cylindrical-coordinate representation of color #158363: hue angle of 162.55º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158363 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 131 | 99 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.49 |
| HSL | 162.55º | 0.72% | 0.3% | - |
| HSV(B) | 162.55º | 0.84% | 0.51% | - |
| XYZ | 10.68 | 17.29 | 14.58 | - |
| YUV | 94.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 99 | 0.84 | 0 | 0.24 | 0.49 | 162.55 | 0.72 | 0.3 |
| Hex | 15 | 83 | 63 | 54 | 0 | 18 | 31 | A3 | 48 | 1E |
| Octal | 25 | 203 | 143 | 124 | 0 | 30 | 61 | 243 | 110 | 36 |
| Binary | 10101 | 10000011 | 1100011 | 1010100 | 0 | 11000 | 110001 | 10100011 | 1001000 | 11110 |
Color Harmonies of #158363
Complementary color
Monochromatic Colors of #158363
Black with #158363
Text Example
Text Example
White with #158363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158363; }
p { color: rgb(21,131,99); }
H1.HeaderClassName
{
color: #158363;
}
.AnyTagClassName
{
color: #158363;
}
</style>
background-color css
<style>
a { background-color: #158363; }
a { background-color: rgb(21,131,99); }
div.DivClassName
{
background-color: #158363;
}
.BgClassName
{
background-color: #158363;
}
</style>
border-color css
<style>
span { border-color: #158363; }
span { border-color: rgb(21,131,99); }
td.TdClassName
{
border-color: #158363;
}
.TagClassName
{
border-color: #158363;
}
</style>