Shades of Deep Sea #217F60
Tints of Deep Sea #217F60
RGB
CMYK
RGB Variations
Color information
#217F60 (or 0x217F60) is known color: Deep Sea. HEX triplet: 21, 7F and 60. RGB value is (33,127,96). Sum of RGB (Red+Green+Blue) = 33+127+96=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #217F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F60 is #DE809F. Grayscale: #5F5F5F. Windows color (decimal): -14581920 or 6324001. OLE color: 6324001.
HSL color Cylindrical-coordinate representation of color #217F60: hue angle of 160.21º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F60 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 96 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.50 |
| HSL | 160.21º | 0.59% | 0.31% | - |
| HSV(B) | 160.21º | 0.74% | 0.5% | - |
| XYZ | 10.33 | 16.35 | 13.68 | - |
| YUV | 95.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 96 | 0.74 | 0 | 0.24 | 0.50 | 160.21 | 0.59 | 0.31 |
| Hex | 21 | 7F | 60 | 4A | 0 | 18 | 32 | A0 | 3B | 1F |
| Octal | 41 | 177 | 140 | 112 | 0 | 30 | 62 | 240 | 73 | 37 |
| Binary | 100001 | 1111111 | 1100000 | 1001010 | 0 | 11000 | 110010 | 10100000 | 111011 | 11111 |
Color Harmonies of #217F60
Complementary color
Monochromatic Colors of #217F60
Black with #217F60
Text Example
Text Example
White with #217F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F60; }
p { color: rgb(33,127,96); }
H1.HeaderClassName
{
color: #217F60;
}
.AnyTagClassName
{
color: #217F60;
}
</style>
background-color css
<style>
a { background-color: #217F60; }
a { background-color: rgb(33,127,96); }
div.DivClassName
{
background-color: #217F60;
}
.BgClassName
{
background-color: #217F60;
}
</style>
border-color css
<style>
span { border-color: #217F60; }
span { border-color: rgb(33,127,96); }
td.TdClassName
{
border-color: #217F60;
}
.TagClassName
{
border-color: #217F60;
}
</style>