Shades of Deep Sea #217B69
Tints of Deep Sea #217B69
RGB
CMYK
RGB Variations
Color information
#217B69 (or 0x217B69) is known color: Deep Sea. HEX triplet: 21, 7B and 69. RGB value is (33,123,105). Sum of RGB (Red+Green+Blue) = 33+123+105=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #217B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B69 is #DE8496. Grayscale: #5E5E5E. Windows color (decimal): -14582935 or 6912801. OLE color: 6912801.
HSL color Cylindrical-coordinate representation of color #217B69: hue angle of 168º 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 #217B69 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 105 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.52 |
| HSL | 168º | 0.58% | 0.31% | - |
| HSV(B) | 168º | 0.73% | 0.48% | - |
| XYZ | 10.26 | 15.51 | 15.82 | - |
| YUV | 94.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 105 | 0.73 | 0 | 0.15 | 0.52 | 168 | 0.58 | 0.31 |
| Hex | 21 | 7B | 69 | 49 | 0 | F | 34 | A8 | 3A | 1F |
| Octal | 41 | 173 | 151 | 111 | 0 | 17 | 64 | 250 | 72 | 37 |
| Binary | 100001 | 1111011 | 1101001 | 1001001 | 0 | 1111 | 110100 | 10101000 | 111010 | 11111 |
Color Harmonies of #217B69
Complementary color
Monochromatic Colors of #217B69
Black with #217B69
Text Example
Text Example
White with #217B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B69; }
p { color: rgb(33,123,105); }
H1.HeaderClassName
{
color: #217B69;
}
.AnyTagClassName
{
color: #217B69;
}
</style>
background-color css
<style>
a { background-color: #217B69; }
a { background-color: rgb(33,123,105); }
div.DivClassName
{
background-color: #217B69;
}
.BgClassName
{
background-color: #217B69;
}
</style>
border-color css
<style>
span { border-color: #217B69; }
span { border-color: rgb(33,123,105); }
td.TdClassName
{
border-color: #217B69;
}
.TagClassName
{
border-color: #217B69;
}
</style>