Shades of Deep Sea #218060
Tints of Deep Sea #218060
RGB
CMYK
RGB Variations
Color information
#218060 (or 0x218060) is known color: Deep Sea. HEX triplet: 21, 80 and 60. RGB value is (33,128,96). Sum of RGB (Red+Green+Blue) = 33+128+96=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #218060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218060 is #DE7F9F. Grayscale: #5F5F5F. Windows color (decimal): -14581664 or 6324257. OLE color: 6324257.
HSL color Cylindrical-coordinate representation of color #218060: hue angle of 159.79º 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 #218060 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 96 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.50 |
| HSL | 159.79º | 0.59% | 0.32% | - |
| HSV(B) | 159.79º | 0.74% | 0.5% | - |
| XYZ | 10.46 | 16.61 | 13.72 | - |
| YUV | 95.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 96 | 0.74 | 0 | 0.25 | 0.50 | 159.79 | 0.59 | 0.32 |
| Hex | 21 | 80 | 60 | 4A | 0 | 19 | 32 | A0 | 3B | 20 |
| Octal | 41 | 200 | 140 | 112 | 0 | 31 | 62 | 240 | 73 | 40 |
| Binary | 100001 | 10000000 | 1100000 | 1001010 | 0 | 11001 | 110010 | 10100000 | 111011 | 100000 |
Color Harmonies of #218060
Complementary color
Monochromatic Colors of #218060
Black with #218060
Text Example
Text Example
White with #218060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218060; }
p { color: rgb(33,128,96); }
H1.HeaderClassName
{
color: #218060;
}
.AnyTagClassName
{
color: #218060;
}
</style>
background-color css
<style>
a { background-color: #218060; }
a { background-color: rgb(33,128,96); }
div.DivClassName
{
background-color: #218060;
}
.BgClassName
{
background-color: #218060;
}
</style>
border-color css
<style>
span { border-color: #218060; }
span { border-color: rgb(33,128,96); }
td.TdClassName
{
border-color: #218060;
}
.TagClassName
{
border-color: #218060;
}
</style>