Shades of Deep Sea #217862
Tints of Deep Sea #217862
RGB
CMYK
RGB Variations
Color information
#217862 (or 0x217862) is known color: Deep Sea. HEX triplet: 21, 78 and 62. RGB value is (33,120,98). Sum of RGB (Red+Green+Blue) = 33+120+98=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #217862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217862 is #DE879D. Grayscale: #5B5B5B. Windows color (decimal): -14583710 or 6453281. OLE color: 6453281.
HSL color Cylindrical-coordinate representation of color #217862: hue angle of 164.83º 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 #217862 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 120 | 98 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.53 |
| HSL | 164.83º | 0.57% | 0.3% | - |
| HSV(B) | 164.83º | 0.73% | 0.47% | - |
| XYZ | 9.55 | 14.64 | 13.88 | - |
| YUV | 91.48 | 131.68 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 98 | 0.72 | 0 | 0.18 | 0.53 | 164.83 | 0.57 | 0.3 |
| Hex | 21 | 78 | 62 | 48 | 0 | 12 | 35 | A5 | 39 | 1E |
| Octal | 41 | 170 | 142 | 110 | 0 | 22 | 65 | 245 | 71 | 36 |
| Binary | 100001 | 1111000 | 1100010 | 1001000 | 0 | 10010 | 110101 | 10100101 | 111001 | 11110 |
Color Harmonies of #217862
Complementary color
Monochromatic Colors of #217862
Black with #217862
Text Example
Text Example
White with #217862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217862; }
p { color: rgb(33,120,98); }
H1.HeaderClassName
{
color: #217862;
}
.AnyTagClassName
{
color: #217862;
}
</style>
background-color css
<style>
a { background-color: #217862; }
a { background-color: rgb(33,120,98); }
div.DivClassName
{
background-color: #217862;
}
.BgClassName
{
background-color: #217862;
}
</style>
border-color css
<style>
span { border-color: #217862; }
span { border-color: rgb(33,120,98); }
td.TdClassName
{
border-color: #217862;
}
.TagClassName
{
border-color: #217862;
}
</style>