Shades of Deep Sea #217C5F
Tints of Deep Sea #217C5F
RGB
CMYK
RGB Variations
Color information
#217C5F (or 0x217C5F) is known color: Deep Sea. HEX triplet: 21, 7C and 5F. RGB value is (33,124,95). Sum of RGB (Red+Green+Blue) = 33+124+95=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #217C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C5F is #DE83A0. Grayscale: #5D5D5D. Windows color (decimal): -14582689 or 6257697. OLE color: 6257697.
HSL color Cylindrical-coordinate representation of color #217C5F: hue angle of 160.88º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C5F is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 95 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.51 |
| HSL | 160.88º | 0.58% | 0.31% | - |
| HSV(B) | 160.88º | 0.73% | 0.49% | - |
| XYZ | 9.9 | 15.56 | 13.31 | - |
| YUV | 93.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 95 | 0.73 | 0 | 0.23 | 0.51 | 160.88 | 0.58 | 0.31 |
| Hex | 21 | 7C | 5F | 49 | 0 | 17 | 33 | A1 | 3A | 1F |
| Octal | 41 | 174 | 137 | 111 | 0 | 27 | 63 | 241 | 72 | 37 |
| Binary | 100001 | 1111100 | 1011111 | 1001001 | 0 | 10111 | 110011 | 10100001 | 111010 | 11111 |
Color Harmonies of #217C5F
Complementary color
Monochromatic Colors of #217C5F
Black with #217C5F
Text Example
Text Example
White with #217C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C5F; }
p { color: rgb(33,124,95); }
H1.HeaderClassName
{
color: #217C5F;
}
.AnyTagClassName
{
color: #217C5F;
}
</style>
background-color css
<style>
a { background-color: #217C5F; }
a { background-color: rgb(33,124,95); }
div.DivClassName
{
background-color: #217C5F;
}
.BgClassName
{
background-color: #217C5F;
}
</style>
border-color css
<style>
span { border-color: #217C5F; }
span { border-color: rgb(33,124,95); }
td.TdClassName
{
border-color: #217C5F;
}
.TagClassName
{
border-color: #217C5F;
}
</style>