Shades of Atoll #21797F
Tints of Atoll #21797F
RGB
CMYK
RGB Variations
Color information
#21797F (or 0x21797F) is known color: Atoll. HEX triplet: 21, 79 and 7F. RGB value is (33,121,127). Sum of RGB (Red+Green+Blue) = 33+121+127=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #21797F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21797F is #DE8680. Grayscale: #5F5F5F. Windows color (decimal): -14583425 or 8354081. OLE color: 8354081.
HSL color Cylindrical-coordinate representation of color #21797F: hue angle of 183.83º 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 #21797F is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 121 | 127 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.50 |
| HSL | 183.83º | 0.59% | 0.31% | - |
| HSV(B) | 183.83º | 0.74% | 0.5% | - |
| XYZ | 11.3 | 15.53 | 22.48 | - |
| YUV | 95.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 127 | 0.74 | 0.05 | 0 | 0.50 | 183.83 | 0.59 | 0.31 |
| Hex | 21 | 79 | 7F | 4A | 5 | 0 | 32 | B8 | 3B | 1F |
| Octal | 41 | 171 | 177 | 112 | 5 | 0 | 62 | 270 | 73 | 37 |
| Binary | 100001 | 1111001 | 1111111 | 1001010 | 101 | 0 | 110010 | 10111000 | 111011 | 11111 |
Color Harmonies of #21797F
Complementary color
Monochromatic Colors of #21797F
Black with #21797F
Text Example
Text Example
White with #21797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21797F; }
p { color: rgb(33,121,127); }
H1.HeaderClassName
{
color: #21797F;
}
.AnyTagClassName
{
color: #21797F;
}
</style>
background-color css
<style>
a { background-color: #21797F; }
a { background-color: rgb(33,121,127); }
div.DivClassName
{
background-color: #21797F;
}
.BgClassName
{
background-color: #21797F;
}
</style>
border-color css
<style>
span { border-color: #21797F; }
span { border-color: rgb(33,121,127); }
td.TdClassName
{
border-color: #21797F;
}
.TagClassName
{
border-color: #21797F;
}
</style>