Shades of Deep Sea #217E6D
Tints of Deep Sea #217E6D
RGB
CMYK
RGB Variations
Color information
#217E6D (or 0x217E6D) is known color: Deep Sea. HEX triplet: 21, 7E and 6D. RGB value is (33,126,109). Sum of RGB (Red+Green+Blue) = 33+126+109=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #217E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217E6D is #DE8192. Grayscale: #606060. Windows color (decimal): -14582163 or 7175713. OLE color: 7175713.
HSL color Cylindrical-coordinate representation of color #217E6D: hue angle of 169.03º 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 #217E6D is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 126 | 109 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.51 |
| HSL | 169.03º | 0.58% | 0.31% | - |
| HSV(B) | 169.03º | 0.74% | 0.49% | - |
| XYZ | 10.85 | 16.35 | 17.05 | - |
| YUV | 96.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 109 | 0.74 | 0 | 0.13 | 0.51 | 169.03 | 0.58 | 0.31 |
| Hex | 21 | 7E | 6D | 4A | 0 | D | 33 | A9 | 3A | 1F |
| Octal | 41 | 176 | 155 | 112 | 0 | 15 | 63 | 251 | 72 | 37 |
| Binary | 100001 | 1111110 | 1101101 | 1001010 | 0 | 1101 | 110011 | 10101001 | 111010 | 11111 |
Color Harmonies of #217E6D
Complementary color
Monochromatic Colors of #217E6D
Black with #217E6D
Text Example
Text Example
White with #217E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217E6D; }
p { color: rgb(33,126,109); }
H1.HeaderClassName
{
color: #217E6D;
}
.AnyTagClassName
{
color: #217E6D;
}
</style>
background-color css
<style>
a { background-color: #217E6D; }
a { background-color: rgb(33,126,109); }
div.DivClassName
{
background-color: #217E6D;
}
.BgClassName
{
background-color: #217E6D;
}
</style>
border-color css
<style>
span { border-color: #217E6D; }
span { border-color: rgb(33,126,109); }
td.TdClassName
{
border-color: #217E6D;
}
.TagClassName
{
border-color: #217E6D;
}
</style>