Shades of Atoll #217A85
Tints of Atoll #217A85
RGB
CMYK
RGB Variations
Color information
#217A85 (or 0x217A85) is known color: Atoll. HEX triplet: 21, 7A and 85. RGB value is (33,122,133). Sum of RGB (Red+Green+Blue) = 33+122+133=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #217A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217A85 is #DE857A. Grayscale: #606060. Windows color (decimal): -14583163 or 8747553. OLE color: 8747553.
HSL color Cylindrical-coordinate representation of color #217A85: hue angle of 186.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217A85 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 122 | 133 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.48 |
| HSL | 186.6º | 0.6% | 0.33% | - |
| HSV(B) | 186.6º | 0.75% | 0.52% | - |
| XYZ | 11.82 | 15.94 | 24.64 | - |
| YUV | 96.64 | 148.51 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 133 | 0.75 | 0.08 | 0 | 0.48 | 186.6 | 0.6 | 0.33 |
| Hex | 21 | 7A | 85 | 4B | 8 | 0 | 30 | BB | 3C | 21 |
| Octal | 41 | 172 | 205 | 113 | 10 | 0 | 60 | 273 | 74 | 41 |
| Binary | 100001 | 1111010 | 10000101 | 1001011 | 1000 | 0 | 110000 | 10111011 | 111100 | 100001 |
Color Harmonies of #217A85
Complementary color
Monochromatic Colors of #217A85
Black with #217A85
Text Example
Text Example
White with #217A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217A85; }
p { color: rgb(33,122,133); }
H1.HeaderClassName
{
color: #217A85;
}
.AnyTagClassName
{
color: #217A85;
}
</style>
background-color css
<style>
a { background-color: #217A85; }
a { background-color: rgb(33,122,133); }
div.DivClassName
{
background-color: #217A85;
}
.BgClassName
{
background-color: #217A85;
}
</style>
border-color css
<style>
span { border-color: #217A85; }
span { border-color: rgb(33,122,133); }
td.TdClassName
{
border-color: #217A85;
}
.TagClassName
{
border-color: #217A85;
}
</style>