Shades of Deep Sea #217A5D
Tints of Deep Sea #217A5D
RGB
CMYK
RGB Variations
Color information
#217A5D (or 0x217A5D) is known color: Deep Sea. HEX triplet: 21, 7A and 5D. RGB value is (33,122,93). Sum of RGB (Red+Green+Blue) = 33+122+93=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #217A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A5D is #DE85A2. Grayscale: #5C5C5C. Windows color (decimal): -14583203 or 6126113. OLE color: 6126113.
HSL color Cylindrical-coordinate representation of color #217A5D: hue angle of 160.45º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A5D is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 122 | 93 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.52 |
| HSL | 160.45º | 0.57% | 0.3% | - |
| HSV(B) | 160.45º | 0.73% | 0.48% | - |
| XYZ | 9.56 | 15.03 | 12.75 | - |
| YUV | 92.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 93 | 0.73 | 0 | 0.24 | 0.52 | 160.45 | 0.57 | 0.3 |
| Hex | 21 | 7A | 5D | 49 | 0 | 18 | 34 | A0 | 39 | 1E |
| Octal | 41 | 172 | 135 | 111 | 0 | 30 | 64 | 240 | 71 | 36 |
| Binary | 100001 | 1111010 | 1011101 | 1001001 | 0 | 11000 | 110100 | 10100000 | 111001 | 11110 |
Color Harmonies of #217A5D
Complementary color
Monochromatic Colors of #217A5D
Black with #217A5D
Text Example
Text Example
White with #217A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217A5D; }
p { color: rgb(33,122,93); }
H1.HeaderClassName
{
color: #217A5D;
}
.AnyTagClassName
{
color: #217A5D;
}
</style>
background-color css
<style>
a { background-color: #217A5D; }
a { background-color: rgb(33,122,93); }
div.DivClassName
{
background-color: #217A5D;
}
.BgClassName
{
background-color: #217A5D;
}
</style>
border-color css
<style>
span { border-color: #217A5D; }
span { border-color: rgb(33,122,93); }
td.TdClassName
{
border-color: #217A5D;
}
.TagClassName
{
border-color: #217A5D;
}
</style>