Shades of Deep Sea #21785D
Tints of Deep Sea #21785D
RGB
CMYK
RGB Variations
Color information
#21785D (or 0x21785D) is known color: Deep Sea. HEX triplet: 21, 78 and 5D. RGB value is (33,120,93). Sum of RGB (Red+Green+Blue) = 33+120+93=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #21785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21785D is #DE87A2. Grayscale: #5A5A5A. Windows color (decimal): -14583715 or 6125601. OLE color: 6125601.
HSL color Cylindrical-coordinate representation of color #21785D: hue angle of 161.38º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21785D is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 120 | 93 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.53 |
| HSL | 161.38º | 0.57% | 0.3% | - |
| HSV(B) | 161.38º | 0.73% | 0.47% | - |
| XYZ | 9.32 | 14.55 | 12.67 | - |
| YUV | 90.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 93 | 0.72 | 0 | 0.22 | 0.53 | 161.38 | 0.57 | 0.3 |
| Hex | 21 | 78 | 5D | 48 | 0 | 16 | 35 | A1 | 39 | 1E |
| Octal | 41 | 170 | 135 | 110 | 0 | 26 | 65 | 241 | 71 | 36 |
| Binary | 100001 | 1111000 | 1011101 | 1001000 | 0 | 10110 | 110101 | 10100001 | 111001 | 11110 |
Color Harmonies of #21785D
Complementary color
Monochromatic Colors of #21785D
Black with #21785D
Text Example
Text Example
White with #21785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21785D; }
p { color: rgb(33,120,93); }
H1.HeaderClassName
{
color: #21785D;
}
.AnyTagClassName
{
color: #21785D;
}
</style>
background-color css
<style>
a { background-color: #21785D; }
a { background-color: rgb(33,120,93); }
div.DivClassName
{
background-color: #21785D;
}
.BgClassName
{
background-color: #21785D;
}
</style>
border-color css
<style>
span { border-color: #21785D; }
span { border-color: rgb(33,120,93); }
td.TdClassName
{
border-color: #21785D;
}
.TagClassName
{
border-color: #21785D;
}
</style>