Shades of Atoll #21787A
Tints of Atoll #21787A
RGB
CMYK
RGB Variations
Color information
#21787A (or 0x21787A) is known color: Atoll. HEX triplet: 21, 78 and 7A. RGB value is (33,120,122). Sum of RGB (Red+Green+Blue) = 33+120+122=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #21787A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21787A is #DE8785. Grayscale: #5E5E5E. Windows color (decimal): -14583686 or 8026145. OLE color: 8026145.
HSL color Cylindrical-coordinate representation of color #21787A: hue angle of 181.35º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21787A is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 120 | 122 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.52 |
| HSL | 181.35º | 0.57% | 0.3% | - |
| HSV(B) | 181.35º | 0.73% | 0.48% | - |
| XYZ | 10.86 | 15.16 | 20.77 | - |
| YUV | 94.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 122 | 0.73 | 0.02 | 0 | 0.52 | 181.35 | 0.57 | 0.3 |
| Hex | 21 | 78 | 7A | 49 | 2 | 0 | 34 | B5 | 39 | 1E |
| Octal | 41 | 170 | 172 | 111 | 2 | 0 | 64 | 265 | 71 | 36 |
| Binary | 100001 | 1111000 | 1111010 | 1001001 | 10 | 0 | 110100 | 10110101 | 111001 | 11110 |
Color Harmonies of #21787A
Complementary color
Monochromatic Colors of #21787A
Black with #21787A
Text Example
Text Example
White with #21787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21787A; }
p { color: rgb(33,120,122); }
H1.HeaderClassName
{
color: #21787A;
}
.AnyTagClassName
{
color: #21787A;
}
</style>
background-color css
<style>
a { background-color: #21787A; }
a { background-color: rgb(33,120,122); }
div.DivClassName
{
background-color: #21787A;
}
.BgClassName
{
background-color: #21787A;
}
</style>
border-color css
<style>
span { border-color: #21787A; }
span { border-color: rgb(33,120,122); }
td.TdClassName
{
border-color: #21787A;
}
.TagClassName
{
border-color: #21787A;
}
</style>