Shades of Deep Sea #217C5D
Tints of Deep Sea #217C5D
RGB
CMYK
RGB Variations
Color information
#217C5D (or 0x217C5D) is known color: Deep Sea. HEX triplet: 21, 7C and 5D. RGB value is (33,124,93). Sum of RGB (Red+Green+Blue) = 33+124+93=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #217C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C5D is #DE83A2. Grayscale: #5D5D5D. Windows color (decimal): -14582691 or 6126625. OLE color: 6126625.
HSL color Cylindrical-coordinate representation of color #217C5D: hue angle of 159.56º 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 #217C5D is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 93 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.51 |
| HSL | 159.56º | 0.58% | 0.31% | - |
| HSV(B) | 159.56º | 0.73% | 0.49% | - |
| XYZ | 9.81 | 15.53 | 12.84 | - |
| YUV | 93.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 93 | 0.73 | 0 | 0.25 | 0.51 | 159.56 | 0.58 | 0.31 |
| Hex | 21 | 7C | 5D | 49 | 0 | 19 | 33 | A0 | 3A | 1F |
| Octal | 41 | 174 | 135 | 111 | 0 | 31 | 63 | 240 | 72 | 37 |
| Binary | 100001 | 1111100 | 1011101 | 1001001 | 0 | 11001 | 110011 | 10100000 | 111010 | 11111 |
Color Harmonies of #217C5D
Complementary color
Monochromatic Colors of #217C5D
Black with #217C5D
Text Example
Text Example
White with #217C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C5D; }
p { color: rgb(33,124,93); }
H1.HeaderClassName
{
color: #217C5D;
}
.AnyTagClassName
{
color: #217C5D;
}
</style>
background-color css
<style>
a { background-color: #217C5D; }
a { background-color: rgb(33,124,93); }
div.DivClassName
{
background-color: #217C5D;
}
.BgClassName
{
background-color: #217C5D;
}
</style>
border-color css
<style>
span { border-color: #217C5D; }
span { border-color: rgb(33,124,93); }
td.TdClassName
{
border-color: #217C5D;
}
.TagClassName
{
border-color: #217C5D;
}
</style>