Shades of Atoll #21787C
Tints of Atoll #21787C
RGB
CMYK
RGB Variations
Color information
#21787C (or 0x21787C) is known color: Atoll. HEX triplet: 21, 78 and 7C. RGB value is (33,120,124). Sum of RGB (Red+Green+Blue) = 33+120+124=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #21787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21787C is #DE8783. Grayscale: #5E5E5E. Windows color (decimal): -14583684 or 8157217. OLE color: 8157217.
HSL color Cylindrical-coordinate representation of color #21787C: hue angle of 182.64º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21787C is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 120 | 124 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.51 |
| HSL | 182.64º | 0.58% | 0.31% | - |
| HSV(B) | 182.64º | 0.73% | 0.49% | - |
| XYZ | 10.98 | 15.21 | 21.43 | - |
| YUV | 94.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 124 | 0.73 | 0.03 | 0 | 0.51 | 182.64 | 0.58 | 0.31 |
| Hex | 21 | 78 | 7C | 49 | 3 | 0 | 33 | B7 | 3A | 1F |
| Octal | 41 | 170 | 174 | 111 | 3 | 0 | 63 | 267 | 72 | 37 |
| Binary | 100001 | 1111000 | 1111100 | 1001001 | 11 | 0 | 110011 | 10110111 | 111010 | 11111 |
Color Harmonies of #21787C
Complementary color
Monochromatic Colors of #21787C
Black with #21787C
Text Example
Text Example
White with #21787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21787C; }
p { color: rgb(33,120,124); }
H1.HeaderClassName
{
color: #21787C;
}
.AnyTagClassName
{
color: #21787C;
}
</style>
background-color css
<style>
a { background-color: #21787C; }
a { background-color: rgb(33,120,124); }
div.DivClassName
{
background-color: #21787C;
}
.BgClassName
{
background-color: #21787C;
}
</style>
border-color css
<style>
span { border-color: #21787C; }
span { border-color: rgb(33,120,124); }
td.TdClassName
{
border-color: #21787C;
}
.TagClassName
{
border-color: #21787C;
}
</style>