Shades of Deep Sea #217B5F
Tints of Deep Sea #217B5F
RGB
CMYK
RGB Variations
Color information
#217B5F (or 0x217B5F) is known color: Deep Sea. HEX triplet: 21, 7B and 5F. RGB value is (33,123,95). Sum of RGB (Red+Green+Blue) = 33+123+95=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #217B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B5F is #DE84A0. Grayscale: #5C5C5C. Windows color (decimal): -14582945 or 6257441. OLE color: 6257441.
HSL color Cylindrical-coordinate representation of color #217B5F: hue angle of 161.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B5F is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 95 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.52 |
| HSL | 161.33º | 0.58% | 0.31% | - |
| HSV(B) | 161.33º | 0.73% | 0.48% | - |
| XYZ | 9.78 | 15.32 | 13.27 | - |
| YUV | 92.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 95 | 0.73 | 0 | 0.23 | 0.52 | 161.33 | 0.58 | 0.31 |
| Hex | 21 | 7B | 5F | 49 | 0 | 17 | 34 | A1 | 3A | 1F |
| Octal | 41 | 173 | 137 | 111 | 0 | 27 | 64 | 241 | 72 | 37 |
| Binary | 100001 | 1111011 | 1011111 | 1001001 | 0 | 10111 | 110100 | 10100001 | 111010 | 11111 |
Color Harmonies of #217B5F
Complementary color
Monochromatic Colors of #217B5F
Black with #217B5F
Text Example
Text Example
White with #217B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B5F; }
p { color: rgb(33,123,95); }
H1.HeaderClassName
{
color: #217B5F;
}
.AnyTagClassName
{
color: #217B5F;
}
</style>
background-color css
<style>
a { background-color: #217B5F; }
a { background-color: rgb(33,123,95); }
div.DivClassName
{
background-color: #217B5F;
}
.BgClassName
{
background-color: #217B5F;
}
</style>
border-color css
<style>
span { border-color: #217B5F; }
span { border-color: rgb(33,123,95); }
td.TdClassName
{
border-color: #217B5F;
}
.TagClassName
{
border-color: #217B5F;
}
</style>