Shades of Deep Sea #15845A
Tints of Deep Sea #15845A
RGB
CMYK
RGB Variations
Color information
#15845A (or 0x15845A) is known color: Deep Sea. HEX triplet: 15, 84 and 5A. RGB value is (21,132,90). Sum of RGB (Red+Green+Blue) = 21+132+90=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #15845A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15845A is #EA7BA5. Grayscale: #5E5E5E. Windows color (decimal): -15367078 or 5932053. OLE color: 5932053.
HSL color Cylindrical-coordinate representation of color #15845A: hue angle of 157.3º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15845A is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 132 | 90 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.48 |
| HSL | 157.3º | 0.73% | 0.3% | - |
| HSV(B) | 157.3º | 0.84% | 0.52% | - |
| XYZ | 10.41 | 17.4 | 12.48 | - |
| YUV | 94.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 90 | 0.84 | 0 | 0.32 | 0.48 | 157.3 | 0.73 | 0.3 |
| Hex | 15 | 84 | 5A | 54 | 0 | 20 | 30 | 9D | 49 | 1E |
| Octal | 25 | 204 | 132 | 124 | 0 | 40 | 60 | 235 | 111 | 36 |
| Binary | 10101 | 10000100 | 1011010 | 1010100 | 0 | 100000 | 110000 | 10011101 | 1001001 | 11110 |
Color Harmonies of #15845A
Complementary color
Monochromatic Colors of #15845A
Black with #15845A
Text Example
Text Example
White with #15845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15845A; }
p { color: rgb(21,132,90); }
H1.HeaderClassName
{
color: #15845A;
}
.AnyTagClassName
{
color: #15845A;
}
</style>
background-color css
<style>
a { background-color: #15845A; }
a { background-color: rgb(21,132,90); }
div.DivClassName
{
background-color: #15845A;
}
.BgClassName
{
background-color: #15845A;
}
</style>
border-color css
<style>
span { border-color: #15845A; }
span { border-color: rgb(21,132,90); }
td.TdClassName
{
border-color: #15845A;
}
.TagClassName
{
border-color: #15845A;
}
</style>