Shades of Deep Sea #217B5D
Tints of Deep Sea #217B5D
RGB
CMYK
RGB Variations
Color information
#217B5D (or 0x217B5D) is known color: Deep Sea. HEX triplet: 21, 7B and 5D. RGB value is (33,123,93). Sum of RGB (Red+Green+Blue) = 33+123+93=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #217B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B5D is #DE84A2. Grayscale: #5C5C5C. Windows color (decimal): -14582947 or 6126369. OLE color: 6126369.
HSL color Cylindrical-coordinate representation of color #217B5D: hue angle of 160º 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 #217B5D is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 93 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.52 |
| HSL | 160º | 0.58% | 0.31% | - |
| HSV(B) | 160º | 0.73% | 0.48% | - |
| XYZ | 9.69 | 15.28 | 12.79 | - |
| YUV | 92.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 93 | 0.73 | 0 | 0.24 | 0.52 | 160 | 0.58 | 0.31 |
| Hex | 21 | 7B | 5D | 49 | 0 | 18 | 34 | A0 | 3A | 1F |
| Octal | 41 | 173 | 135 | 111 | 0 | 30 | 64 | 240 | 72 | 37 |
| Binary | 100001 | 1111011 | 1011101 | 1001001 | 0 | 11000 | 110100 | 10100000 | 111010 | 11111 |
Color Harmonies of #217B5D
Complementary color
Monochromatic Colors of #217B5D
Black with #217B5D
Text Example
Text Example
White with #217B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B5D; }
p { color: rgb(33,123,93); }
H1.HeaderClassName
{
color: #217B5D;
}
.AnyTagClassName
{
color: #217B5D;
}
</style>
background-color css
<style>
a { background-color: #217B5D; }
a { background-color: rgb(33,123,93); }
div.DivClassName
{
background-color: #217B5D;
}
.BgClassName
{
background-color: #217B5D;
}
</style>
border-color css
<style>
span { border-color: #217B5D; }
span { border-color: rgb(33,123,93); }
td.TdClassName
{
border-color: #217B5D;
}
.TagClassName
{
border-color: #217B5D;
}
</style>