Shades of Atoll #2A828C
Tints of Atoll #2A828C
RGB
CMYK
RGB Variations
Color information
#2A828C (or 0x2A828C) is known color: Atoll. HEX triplet: 2A, 82 and 8C. RGB value is (42,130,140). Sum of RGB (Red+Green+Blue) = 42+130+140=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A828C is #D57D73. Grayscale: #686868. Windows color (decimal): -13991284 or 9208362. OLE color: 9208362.
HSL color Cylindrical-coordinate representation of color #2A828C: hue angle of 186.12º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A828C is Cyan = 0.7, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 130 | 140 | - |
| CMYK | 0.7 | 0.07 | 0 | 0.45 |
| HSL | 186.12º | 0.54% | 0.36% | - |
| HSV(B) | 186.12º | 0.7% | 0.55% | - |
| XYZ | 13.67 | 18.35 | 27.63 | - |
| YUV | 104.83 | 147.85 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 140 | 0.7 | 0.07 | 0 | 0.45 | 186.12 | 0.54 | 0.36 |
| Hex | 2A | 82 | 8C | 46 | 7 | 0 | 2D | BA | 36 | 24 |
| Octal | 52 | 202 | 214 | 106 | 7 | 0 | 55 | 272 | 66 | 44 |
| Binary | 101010 | 10000010 | 10001100 | 1000110 | 111 | 0 | 101101 | 10111010 | 110110 | 100100 |
Color Harmonies of #2A828C
Complementary color
Monochromatic Colors of #2A828C
Black with #2A828C
Text Example
Text Example
White with #2A828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A828C; }
p { color: rgb(42,130,140); }
H1.HeaderClassName
{
color: #2A828C;
}
.AnyTagClassName
{
color: #2A828C;
}
</style>
background-color css
<style>
a { background-color: #2A828C; }
a { background-color: rgb(42,130,140); }
div.DivClassName
{
background-color: #2A828C;
}
.BgClassName
{
background-color: #2A828C;
}
</style>
border-color css
<style>
span { border-color: #2A828C; }
span { border-color: rgb(42,130,140); }
td.TdClassName
{
border-color: #2A828C;
}
.TagClassName
{
border-color: #2A828C;
}
</style>