Shades of Deep Sea #217C6B
Tints of Deep Sea #217C6B
RGB
CMYK
RGB Variations
Color information
#217C6B (or 0x217C6B) is known color: Deep Sea. HEX triplet: 21, 7C and 6B. RGB value is (33,124,107). Sum of RGB (Red+Green+Blue) = 33+124+107=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #217C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C6B is #DE8394. Grayscale: #5E5E5E. Windows color (decimal): -14582677 or 7044129. OLE color: 7044129.
HSL color Cylindrical-coordinate representation of color #217C6B: hue angle of 168.79º 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 #217C6B is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 107 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.51 |
| HSL | 168.79º | 0.58% | 0.31% | - |
| HSV(B) | 168.79º | 0.73% | 0.49% | - |
| XYZ | 10.49 | 15.8 | 16.41 | - |
| YUV | 94.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 107 | 0.73 | 0 | 0.14 | 0.51 | 168.79 | 0.58 | 0.31 |
| Hex | 21 | 7C | 6B | 49 | 0 | E | 33 | A9 | 3A | 1F |
| Octal | 41 | 174 | 153 | 111 | 0 | 16 | 63 | 251 | 72 | 37 |
| Binary | 100001 | 1111100 | 1101011 | 1001001 | 0 | 1110 | 110011 | 10101001 | 111010 | 11111 |
Color Harmonies of #217C6B
Complementary color
Monochromatic Colors of #217C6B
Black with #217C6B
Text Example
Text Example
White with #217C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C6B; }
p { color: rgb(33,124,107); }
H1.HeaderClassName
{
color: #217C6B;
}
.AnyTagClassName
{
color: #217C6B;
}
</style>
background-color css
<style>
a { background-color: #217C6B; }
a { background-color: rgb(33,124,107); }
div.DivClassName
{
background-color: #217C6B;
}
.BgClassName
{
background-color: #217C6B;
}
</style>
border-color css
<style>
span { border-color: #217C6B; }
span { border-color: rgb(33,124,107); }
td.TdClassName
{
border-color: #217C6B;
}
.TagClassName
{
border-color: #217C6B;
}
</style>