Shades of Atoll #21787E
Tints of Atoll #21787E
RGB
CMYK
RGB Variations
Color information
#21787E (or 0x21787E) is known color: Atoll. HEX triplet: 21, 78 and 7E. RGB value is (33,120,126). Sum of RGB (Red+Green+Blue) = 33+120+126=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #21787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21787E is #DE8781. Grayscale: #5E5E5E. Windows color (decimal): -14583682 or 8288289. OLE color: 8288289.
HSL color Cylindrical-coordinate representation of color #21787E: hue angle of 183.87º 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 #21787E is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 120 | 126 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.51 |
| HSL | 183.87º | 0.58% | 0.31% | - |
| HSV(B) | 183.87º | 0.74% | 0.49% | - |
| XYZ | 11.11 | 15.26 | 22.1 | - |
| YUV | 94.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 126 | 0.74 | 0.05 | 0 | 0.51 | 183.87 | 0.58 | 0.31 |
| Hex | 21 | 78 | 7E | 4A | 5 | 0 | 33 | B8 | 3A | 1F |
| Octal | 41 | 170 | 176 | 112 | 5 | 0 | 63 | 270 | 72 | 37 |
| Binary | 100001 | 1111000 | 1111110 | 1001010 | 101 | 0 | 110011 | 10111000 | 111010 | 11111 |
Color Harmonies of #21787E
Complementary color
Monochromatic Colors of #21787E
Black with #21787E
Text Example
Text Example
White with #21787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21787E; }
p { color: rgb(33,120,126); }
H1.HeaderClassName
{
color: #21787E;
}
.AnyTagClassName
{
color: #21787E;
}
</style>
background-color css
<style>
a { background-color: #21787E; }
a { background-color: rgb(33,120,126); }
div.DivClassName
{
background-color: #21787E;
}
.BgClassName
{
background-color: #21787E;
}
</style>
border-color css
<style>
span { border-color: #21787E; }
span { border-color: rgb(33,120,126); }
td.TdClassName
{
border-color: #21787E;
}
.TagClassName
{
border-color: #21787E;
}
</style>