Shades of Atoll #21807F
Tints of Atoll #21807F
RGB
CMYK
RGB Variations
Color information
#21807F (or 0x21807F) is known color: Atoll. HEX triplet: 21, 80 and 7F. RGB value is (33,128,127). Sum of RGB (Red+Green+Blue) = 33+128+127=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #21807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21807F is #DE7F80. Grayscale: #636363. Windows color (decimal): -14581633 or 8355873. OLE color: 8355873.
HSL color Cylindrical-coordinate representation of color #21807F: hue angle of 179.37º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21807F is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 127 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.50 |
| HSL | 179.37º | 0.59% | 0.32% | - |
| HSV(B) | 179.37º | 0.74% | 0.5% | - |
| XYZ | 12.18 | 17.29 | 22.77 | - |
| YUV | 99.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 127 | 0.74 | 0 | 0.01 | 0.50 | 179.37 | 0.59 | 0.32 |
| Hex | 21 | 80 | 7F | 4A | 0 | 1 | 32 | B3 | 3B | 20 |
| Octal | 41 | 200 | 177 | 112 | 0 | 1 | 62 | 263 | 73 | 40 |
| Binary | 100001 | 10000000 | 1111111 | 1001010 | 0 | 1 | 110010 | 10110011 | 111011 | 100000 |
Color Harmonies of #21807F
Complementary color
Monochromatic Colors of #21807F
Black with #21807F
Text Example
Text Example
White with #21807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21807F; }
p { color: rgb(33,128,127); }
H1.HeaderClassName
{
color: #21807F;
}
.AnyTagClassName
{
color: #21807F;
}
</style>
background-color css
<style>
a { background-color: #21807F; }
a { background-color: rgb(33,128,127); }
div.DivClassName
{
background-color: #21807F;
}
.BgClassName
{
background-color: #21807F;
}
</style>
border-color css
<style>
span { border-color: #21807F; }
span { border-color: rgb(33,128,127); }
td.TdClassName
{
border-color: #21807F;
}
.TagClassName
{
border-color: #21807F;
}
</style>