Shades of Atoll #2A828A
Tints of Atoll #2A828A
RGB
CMYK
RGB Variations
Color information
#2A828A (or 0x2A828A) is known color: Atoll. HEX triplet: 2A, 82 and 8A. RGB value is (42,130,138). Sum of RGB (Red+Green+Blue) = 42+130+138=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A828A is #D57D75. Grayscale: #686868. Windows color (decimal): -13991286 or 9077290. OLE color: 9077290.
HSL color Cylindrical-coordinate representation of color #2A828A: hue angle of 185º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A828A is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 130 | 138 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.46 |
| HSL | 185º | 0.53% | 0.35% | - |
| HSV(B) | 185º | 0.7% | 0.54% | - |
| XYZ | 13.52 | 18.29 | 26.86 | - |
| YUV | 104.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 138 | 0.70 | 0.06 | 0 | 0.46 | 185 | 0.53 | 0.35 |
| Hex | 2A | 82 | 8A | 46 | 6 | 0 | 2E | B9 | 35 | 23 |
| Octal | 52 | 202 | 212 | 106 | 6 | 0 | 56 | 271 | 65 | 43 |
| Binary | 101010 | 10000010 | 10001010 | 1000110 | 110 | 0 | 101110 | 10111001 | 110101 | 100011 |
Color Harmonies of #2A828A
Complementary color
Monochromatic Colors of #2A828A
Black with #2A828A
Text Example
Text Example
White with #2A828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A828A; }
p { color: rgb(42,130,138); }
H1.HeaderClassName
{
color: #2A828A;
}
.AnyTagClassName
{
color: #2A828A;
}
</style>
background-color css
<style>
a { background-color: #2A828A; }
a { background-color: rgb(42,130,138); }
div.DivClassName
{
background-color: #2A828A;
}
.BgClassName
{
background-color: #2A828A;
}
</style>
border-color css
<style>
span { border-color: #2A828A; }
span { border-color: rgb(42,130,138); }
td.TdClassName
{
border-color: #2A828A;
}
.TagClassName
{
border-color: #2A828A;
}
</style>