Shades of Deep Sea #217F68
Tints of Deep Sea #217F68
RGB
CMYK
RGB Variations
Color information
#217F68 (or 0x217F68) is known color: Deep Sea. HEX triplet: 21, 7F and 68. RGB value is (33,127,104). Sum of RGB (Red+Green+Blue) = 33+127+104=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 127 - color contains mainly: green. Hex color #217F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F68 is #DE8097. Grayscale: #606060. Windows color (decimal): -14581912 or 6848289. OLE color: 6848289.
HSL color Cylindrical-coordinate representation of color #217F68: hue angle of 165.32º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F68 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 104 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.50 |
| HSL | 165.32º | 0.59% | 0.31% | - |
| HSV(B) | 165.32º | 0.74% | 0.5% | - |
| XYZ | 10.72 | 16.5 | 15.72 | - |
| YUV | 96.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 104 | 0.74 | 0 | 0.18 | 0.50 | 165.32 | 0.59 | 0.31 |
| Hex | 21 | 7F | 68 | 4A | 0 | 12 | 32 | A5 | 3B | 1F |
| Octal | 41 | 177 | 150 | 112 | 0 | 22 | 62 | 245 | 73 | 37 |
| Binary | 100001 | 1111111 | 1101000 | 1001010 | 0 | 10010 | 110010 | 10100101 | 111011 | 11111 |
Color Harmonies of #217F68
Complementary color
Monochromatic Colors of #217F68
Black with #217F68
Text Example
Text Example
White with #217F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F68; }
p { color: rgb(33,127,104); }
H1.HeaderClassName
{
color: #217F68;
}
.AnyTagClassName
{
color: #217F68;
}
</style>
background-color css
<style>
a { background-color: #217F68; }
a { background-color: rgb(33,127,104); }
div.DivClassName
{
background-color: #217F68;
}
.BgClassName
{
background-color: #217F68;
}
</style>
border-color css
<style>
span { border-color: #217F68; }
span { border-color: rgb(33,127,104); }
td.TdClassName
{
border-color: #217F68;
}
.TagClassName
{
border-color: #217F68;
}
</style>