Shades of Atoll #2A827F
Tints of Atoll #2A827F
RGB
CMYK
RGB Variations
Color information
#2A827F (or 0x2A827F) is known color: Atoll. HEX triplet: 2A, 82 and 7F. RGB value is (42,130,127). Sum of RGB (Red+Green+Blue) = 42+130+127=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #2A827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A827F is #D57D80. Grayscale: #676767. Windows color (decimal): -13991297 or 8356394. OLE color: 8356394.
HSL color Cylindrical-coordinate representation of color #2A827F: hue angle of 177.95º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A827F is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 127 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.49 |
| HSL | 177.95º | 0.51% | 0.34% | - |
| HSV(B) | 177.95º | 0.68% | 0.51% | - |
| XYZ | 12.77 | 17.99 | 22.88 | - |
| YUV | 103.35 | 141.35 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 127 | 0.68 | 0 | 0.02 | 0.49 | 177.95 | 0.51 | 0.34 |
| Hex | 2A | 82 | 7F | 44 | 0 | 2 | 31 | B2 | 33 | 22 |
| Octal | 52 | 202 | 177 | 104 | 0 | 2 | 61 | 262 | 63 | 42 |
| Binary | 101010 | 10000010 | 1111111 | 1000100 | 0 | 10 | 110001 | 10110010 | 110011 | 100010 |
Color Harmonies of #2A827F
Complementary color
Monochromatic Colors of #2A827F
Black with #2A827F
Text Example
Text Example
White with #2A827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A827F; }
p { color: rgb(42,130,127); }
H1.HeaderClassName
{
color: #2A827F;
}
.AnyTagClassName
{
color: #2A827F;
}
</style>
background-color css
<style>
a { background-color: #2A827F; }
a { background-color: rgb(42,130,127); }
div.DivClassName
{
background-color: #2A827F;
}
.BgClassName
{
background-color: #2A827F;
}
</style>
border-color css
<style>
span { border-color: #2A827F; }
span { border-color: rgb(42,130,127); }
td.TdClassName
{
border-color: #2A827F;
}
.TagClassName
{
border-color: #2A827F;
}
</style>