Shades of Atoll #217D81
Tints of Atoll #217D81
RGB
CMYK
RGB Variations
Color information
#217D81 (or 0x217D81) is known color: Atoll. HEX triplet: 21, 7D and 81. RGB value is (33,125,129). Sum of RGB (Red+Green+Blue) = 33+125+129=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #217D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217D81 is #DE827E. Grayscale: #616161. Windows color (decimal): -14582399 or 8486177. OLE color: 8486177.
HSL color Cylindrical-coordinate representation of color #217D81: hue angle of 182.5º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D81 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 125 | 129 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.49 |
| HSL | 182.5º | 0.59% | 0.32% | - |
| HSV(B) | 182.5º | 0.74% | 0.51% | - |
| XYZ | 11.92 | 16.58 | 23.34 | - |
| YUV | 97.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 129 | 0.74 | 0.03 | 0 | 0.49 | 182.5 | 0.59 | 0.32 |
| Hex | 21 | 7D | 81 | 4A | 3 | 0 | 31 | B6 | 3B | 20 |
| Octal | 41 | 175 | 201 | 112 | 3 | 0 | 61 | 266 | 73 | 40 |
| Binary | 100001 | 1111101 | 10000001 | 1001010 | 11 | 0 | 110001 | 10110110 | 111011 | 100000 |
Color Harmonies of #217D81
Complementary color
Monochromatic Colors of #217D81
Black with #217D81
Text Example
Text Example
White with #217D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D81; }
p { color: rgb(33,125,129); }
H1.HeaderClassName
{
color: #217D81;
}
.AnyTagClassName
{
color: #217D81;
}
</style>
background-color css
<style>
a { background-color: #217D81; }
a { background-color: rgb(33,125,129); }
div.DivClassName
{
background-color: #217D81;
}
.BgClassName
{
background-color: #217D81;
}
</style>
border-color css
<style>
span { border-color: #217D81; }
span { border-color: rgb(33,125,129); }
td.TdClassName
{
border-color: #217D81;
}
.TagClassName
{
border-color: #217D81;
}
</style>