Shades of Deep Sea #217B68
Tints of Deep Sea #217B68
RGB
CMYK
RGB Variations
Color information
#217B68 (or 0x217B68) is known color: Deep Sea. HEX triplet: 21, 7B and 68. RGB value is (33,123,104). Sum of RGB (Red+Green+Blue) = 33+123+104=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #217B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B68 is #DE8497. Grayscale: #5D5D5D. Windows color (decimal): -14582936 or 6847265. OLE color: 6847265.
HSL color Cylindrical-coordinate representation of color #217B68: hue angle of 167.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 #217B68 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 104 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.52 |
| HSL | 167.33º | 0.58% | 0.31% | - |
| HSV(B) | 167.33º | 0.73% | 0.48% | - |
| XYZ | 10.21 | 15.49 | 15.55 | - |
| YUV | 93.92 | 133.68 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 104 | 0.73 | 0 | 0.15 | 0.52 | 167.33 | 0.58 | 0.31 |
| Hex | 21 | 7B | 68 | 49 | 0 | F | 34 | A7 | 3A | 1F |
| Octal | 41 | 173 | 150 | 111 | 0 | 17 | 64 | 247 | 72 | 37 |
| Binary | 100001 | 1111011 | 1101000 | 1001001 | 0 | 1111 | 110100 | 10100111 | 111010 | 11111 |
Color Harmonies of #217B68
Complementary color
Monochromatic Colors of #217B68
Black with #217B68
Text Example
Text Example
White with #217B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B68; }
p { color: rgb(33,123,104); }
H1.HeaderClassName
{
color: #217B68;
}
.AnyTagClassName
{
color: #217B68;
}
</style>
background-color css
<style>
a { background-color: #217B68; }
a { background-color: rgb(33,123,104); }
div.DivClassName
{
background-color: #217B68;
}
.BgClassName
{
background-color: #217B68;
}
</style>
border-color css
<style>
span { border-color: #217B68; }
span { border-color: rgb(33,123,104); }
td.TdClassName
{
border-color: #217B68;
}
.TagClassName
{
border-color: #217B68;
}
</style>