Shades of Atoll #2A808D
Tints of Atoll #2A808D
RGB
CMYK
RGB Variations
Color information
#2A808D (or 0x2A808D) is known color: Atoll. HEX triplet: 2A, 80 and 8D. RGB value is (42,128,141). Sum of RGB (Red+Green+Blue) = 42+128+141=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A808D is #D57F72. Grayscale: #676767. Windows color (decimal): -13991795 or 9273386. OLE color: 9273386.
HSL color Cylindrical-coordinate representation of color #2A808D: hue angle of 187.88º 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 #2A808D is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 128 | 141 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.45 |
| HSL | 187.88º | 0.54% | 0.36% | - |
| HSV(B) | 187.88º | 0.7% | 0.55% | - |
| XYZ | 13.48 | 17.85 | 27.93 | - |
| YUV | 103.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 141 | 0.70 | 0.09 | 0 | 0.45 | 187.88 | 0.54 | 0.36 |
| Hex | 2A | 80 | 8D | 46 | 9 | 0 | 2D | BC | 36 | 24 |
| Octal | 52 | 200 | 215 | 106 | 11 | 0 | 55 | 274 | 66 | 44 |
| Binary | 101010 | 10000000 | 10001101 | 1000110 | 1001 | 0 | 101101 | 10111100 | 110110 | 100100 |
Color Harmonies of #2A808D
Complementary color
Monochromatic Colors of #2A808D
Black with #2A808D
Text Example
Text Example
White with #2A808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A808D; }
p { color: rgb(42,128,141); }
H1.HeaderClassName
{
color: #2A808D;
}
.AnyTagClassName
{
color: #2A808D;
}
</style>
background-color css
<style>
a { background-color: #2A808D; }
a { background-color: rgb(42,128,141); }
div.DivClassName
{
background-color: #2A808D;
}
.BgClassName
{
background-color: #2A808D;
}
</style>
border-color css
<style>
span { border-color: #2A808D; }
span { border-color: rgb(42,128,141); }
td.TdClassName
{
border-color: #2A808D;
}
.TagClassName
{
border-color: #2A808D;
}
</style>