Shades of Deep Sea #217D67
Tints of Deep Sea #217D67
RGB
CMYK
RGB Variations
Color information
#217D67 (or 0x217D67) is known color: Deep Sea. HEX triplet: 21, 7D and 67. RGB value is (33,125,103). Sum of RGB (Red+Green+Blue) = 33+125+103=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #217D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D67 is #DE8298. Grayscale: #5E5E5E. Windows color (decimal): -14582425 or 6782241. OLE color: 6782241.
HSL color Cylindrical-coordinate representation of color #217D67: hue angle of 165.65º 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 #217D67 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 103 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.51 |
| HSL | 165.65º | 0.58% | 0.31% | - |
| HSV(B) | 165.65º | 0.74% | 0.49% | - |
| XYZ | 10.41 | 15.97 | 15.37 | - |
| YUV | 94.98 | 132.52 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 103 | 0.74 | 0 | 0.18 | 0.51 | 165.65 | 0.58 | 0.31 |
| Hex | 21 | 7D | 67 | 4A | 0 | 12 | 33 | A6 | 3A | 1F |
| Octal | 41 | 175 | 147 | 112 | 0 | 22 | 63 | 246 | 72 | 37 |
| Binary | 100001 | 1111101 | 1100111 | 1001010 | 0 | 10010 | 110011 | 10100110 | 111010 | 11111 |
Color Harmonies of #217D67
Complementary color
Monochromatic Colors of #217D67
Black with #217D67
Text Example
Text Example
White with #217D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D67; }
p { color: rgb(33,125,103); }
H1.HeaderClassName
{
color: #217D67;
}
.AnyTagClassName
{
color: #217D67;
}
</style>
background-color css
<style>
a { background-color: #217D67; }
a { background-color: rgb(33,125,103); }
div.DivClassName
{
background-color: #217D67;
}
.BgClassName
{
background-color: #217D67;
}
</style>
border-color css
<style>
span { border-color: #217D67; }
span { border-color: rgb(33,125,103); }
td.TdClassName
{
border-color: #217D67;
}
.TagClassName
{
border-color: #217D67;
}
</style>