Shades of Deep Sea #21805E
Tints of Deep Sea #21805E
RGB
CMYK
RGB Variations
Color information
#21805E (or 0x21805E) is known color: Deep Sea. HEX triplet: 21, 80 and 5E. RGB value is (33,128,94). Sum of RGB (Red+Green+Blue) = 33+128+94=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #21805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21805E is #DE7FA1. Grayscale: #5F5F5F. Windows color (decimal): -14581666 or 6193185. OLE color: 6193185.
HSL color Cylindrical-coordinate representation of color #21805E: hue angle of 158.53º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21805E is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 94 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.50 |
| HSL | 158.53º | 0.59% | 0.32% | - |
| HSV(B) | 158.53º | 0.74% | 0.5% | - |
| XYZ | 10.37 | 16.57 | 13.24 | - |
| YUV | 95.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 94 | 0.74 | 0 | 0.27 | 0.50 | 158.53 | 0.59 | 0.32 |
| Hex | 21 | 80 | 5E | 4A | 0 | 1B | 32 | 9F | 3B | 20 |
| Octal | 41 | 200 | 136 | 112 | 0 | 33 | 62 | 237 | 73 | 40 |
| Binary | 100001 | 10000000 | 1011110 | 1001010 | 0 | 11011 | 110010 | 10011111 | 111011 | 100000 |
Color Harmonies of #21805E
Complementary color
Monochromatic Colors of #21805E
Black with #21805E
Text Example
Text Example
White with #21805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21805E; }
p { color: rgb(33,128,94); }
H1.HeaderClassName
{
color: #21805E;
}
.AnyTagClassName
{
color: #21805E;
}
</style>
background-color css
<style>
a { background-color: #21805E; }
a { background-color: rgb(33,128,94); }
div.DivClassName
{
background-color: #21805E;
}
.BgClassName
{
background-color: #21805E;
}
</style>
border-color css
<style>
span { border-color: #21805E; }
span { border-color: rgb(33,128,94); }
td.TdClassName
{
border-color: #21805E;
}
.TagClassName
{
border-color: #21805E;
}
</style>