Shades of Deep Sea #21785F
Tints of Deep Sea #21785F
RGB
CMYK
RGB Variations
Color information
#21785F (or 0x21785F) is known color: Deep Sea. HEX triplet: 21, 78 and 5F. RGB value is (33,120,95). Sum of RGB (Red+Green+Blue) = 33+120+95=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #21785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21785F is #DE87A0. Grayscale: #5B5B5B. Windows color (decimal): -14583713 or 6256673. OLE color: 6256673.
HSL color Cylindrical-coordinate representation of color #21785F: hue angle of 162.76º 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 #21785F is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 120 | 95 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.53 |
| HSL | 162.76º | 0.57% | 0.3% | - |
| HSV(B) | 162.76º | 0.73% | 0.47% | - |
| XYZ | 9.41 | 14.58 | 13.15 | - |
| YUV | 91.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 95 | 0.72 | 0 | 0.21 | 0.53 | 162.76 | 0.57 | 0.3 |
| Hex | 21 | 78 | 5F | 48 | 0 | 15 | 35 | A3 | 39 | 1E |
| Octal | 41 | 170 | 137 | 110 | 0 | 25 | 65 | 243 | 71 | 36 |
| Binary | 100001 | 1111000 | 1011111 | 1001000 | 0 | 10101 | 110101 | 10100011 | 111001 | 11110 |
Color Harmonies of #21785F
Complementary color
Monochromatic Colors of #21785F
Black with #21785F
Text Example
Text Example
White with #21785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21785F; }
p { color: rgb(33,120,95); }
H1.HeaderClassName
{
color: #21785F;
}
.AnyTagClassName
{
color: #21785F;
}
</style>
background-color css
<style>
a { background-color: #21785F; }
a { background-color: rgb(33,120,95); }
div.DivClassName
{
background-color: #21785F;
}
.BgClassName
{
background-color: #21785F;
}
</style>
border-color css
<style>
span { border-color: #21785F; }
span { border-color: rgb(33,120,95); }
td.TdClassName
{
border-color: #21785F;
}
.TagClassName
{
border-color: #21785F;
}
</style>