Shades of Atoll #217A7E
Tints of Atoll #217A7E
RGB
CMYK
RGB Variations
Color information
#217A7E (or 0x217A7E) is known color: Atoll. HEX triplet: 21, 7A and 7E. RGB value is (33,122,126). Sum of RGB (Red+Green+Blue) = 33+122+126=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #217A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A7E is #DE8581. Grayscale: #5F5F5F. Windows color (decimal): -14583170 or 8288801. OLE color: 8288801.
HSL color Cylindrical-coordinate representation of color #217A7E: hue angle of 182.58º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217A7E is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 122 | 126 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.51 |
| HSL | 182.58º | 0.58% | 0.31% | - |
| HSV(B) | 182.58º | 0.74% | 0.49% | - |
| XYZ | 11.35 | 15.75 | 22.18 | - |
| YUV | 95.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 126 | 0.74 | 0.03 | 0 | 0.51 | 182.58 | 0.58 | 0.31 |
| Hex | 21 | 7A | 7E | 4A | 3 | 0 | 33 | B7 | 3A | 1F |
| Octal | 41 | 172 | 176 | 112 | 3 | 0 | 63 | 267 | 72 | 37 |
| Binary | 100001 | 1111010 | 1111110 | 1001010 | 11 | 0 | 110011 | 10110111 | 111010 | 11111 |
Color Harmonies of #217A7E
Complementary color
Monochromatic Colors of #217A7E
Black with #217A7E
Text Example
Text Example
White with #217A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217A7E; }
p { color: rgb(33,122,126); }
H1.HeaderClassName
{
color: #217A7E;
}
.AnyTagClassName
{
color: #217A7E;
}
</style>
background-color css
<style>
a { background-color: #217A7E; }
a { background-color: rgb(33,122,126); }
div.DivClassName
{
background-color: #217A7E;
}
.BgClassName
{
background-color: #217A7E;
}
</style>
border-color css
<style>
span { border-color: #217A7E; }
span { border-color: rgb(33,122,126); }
td.TdClassName
{
border-color: #217A7E;
}
.TagClassName
{
border-color: #217A7E;
}
</style>