Shades of Deep Sea #217C5B
Tints of Deep Sea #217C5B
RGB
CMYK
RGB Variations
Color information
#217C5B (or 0x217C5B) is known color: Deep Sea. HEX triplet: 21, 7C and 5B. RGB value is (33,124,91). Sum of RGB (Red+Green+Blue) = 33+124+91=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #217C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C5B is #DE83A4. Grayscale: #5D5D5D. Windows color (decimal): -14582693 or 5995553. OLE color: 5995553.
HSL color Cylindrical-coordinate representation of color #217C5B: hue angle of 158.24º 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 #217C5B is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 91 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.51 |
| HSL | 158.24º | 0.58% | 0.31% | - |
| HSV(B) | 158.24º | 0.73% | 0.49% | - |
| XYZ | 9.72 | 15.49 | 12.38 | - |
| YUV | 93.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 91 | 0.73 | 0 | 0.27 | 0.51 | 158.24 | 0.58 | 0.31 |
| Hex | 21 | 7C | 5B | 49 | 0 | 1B | 33 | 9E | 3A | 1F |
| Octal | 41 | 174 | 133 | 111 | 0 | 33 | 63 | 236 | 72 | 37 |
| Binary | 100001 | 1111100 | 1011011 | 1001001 | 0 | 11011 | 110011 | 10011110 | 111010 | 11111 |
Color Harmonies of #217C5B
Complementary color
Monochromatic Colors of #217C5B
Black with #217C5B
Text Example
Text Example
White with #217C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C5B; }
p { color: rgb(33,124,91); }
H1.HeaderClassName
{
color: #217C5B;
}
.AnyTagClassName
{
color: #217C5B;
}
</style>
background-color css
<style>
a { background-color: #217C5B; }
a { background-color: rgb(33,124,91); }
div.DivClassName
{
background-color: #217C5B;
}
.BgClassName
{
background-color: #217C5B;
}
</style>
border-color css
<style>
span { border-color: #217C5B; }
span { border-color: rgb(33,124,91); }
td.TdClassName
{
border-color: #217C5B;
}
.TagClassName
{
border-color: #217C5B;
}
</style>