Shades of Deep Sea #217D5C
Tints of Deep Sea #217D5C
RGB
CMYK
RGB Variations
Color information
#217D5C (or 0x217D5C) is known color: Deep Sea. HEX triplet: 21, 7D and 5C. RGB value is (33,125,92). Sum of RGB (Red+Green+Blue) = 33+125+92=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #217D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D5C is #DE82A3. Grayscale: #5D5D5D. Windows color (decimal): -14582436 or 6061345. OLE color: 6061345.
HSL color Cylindrical-coordinate representation of color #217D5C: hue angle of 158.48º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D5C is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 92 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.51 |
| HSL | 158.48º | 0.58% | 0.31% | - |
| HSV(B) | 158.48º | 0.74% | 0.49% | - |
| XYZ | 9.89 | 15.76 | 12.65 | - |
| YUV | 93.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 92 | 0.74 | 0 | 0.26 | 0.51 | 158.48 | 0.58 | 0.31 |
| Hex | 21 | 7D | 5C | 4A | 0 | 1A | 33 | 9E | 3A | 1F |
| Octal | 41 | 175 | 134 | 112 | 0 | 32 | 63 | 236 | 72 | 37 |
| Binary | 100001 | 1111101 | 1011100 | 1001010 | 0 | 11010 | 110011 | 10011110 | 111010 | 11111 |
Color Harmonies of #217D5C
Complementary color
Monochromatic Colors of #217D5C
Black with #217D5C
Text Example
Text Example
White with #217D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D5C; }
p { color: rgb(33,125,92); }
H1.HeaderClassName
{
color: #217D5C;
}
.AnyTagClassName
{
color: #217D5C;
}
</style>
background-color css
<style>
a { background-color: #217D5C; }
a { background-color: rgb(33,125,92); }
div.DivClassName
{
background-color: #217D5C;
}
.BgClassName
{
background-color: #217D5C;
}
</style>
border-color css
<style>
span { border-color: #217D5C; }
span { border-color: rgb(33,125,92); }
td.TdClassName
{
border-color: #217D5C;
}
.TagClassName
{
border-color: #217D5C;
}
</style>