Shades of Atoll #2A797F
Tints of Atoll #2A797F
RGB
CMYK
RGB Variations
Color information
#2A797F (or 0x2A797F) is known color: Atoll. HEX triplet: 2A, 79 and 7F. RGB value is (42,121,127). Sum of RGB (Red+Green+Blue) = 42+121+127=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A797F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A797F is #D58680. Grayscale: #616161. Windows color (decimal): -13993601 or 8354090. OLE color: 8354090.
HSL color Cylindrical-coordinate representation of color #2A797F: hue angle of 184.24º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A797F is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 121 | 127 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.50 |
| HSL | 184.24º | 0.5% | 0.33% | - |
| HSV(B) | 184.24º | 0.67% | 0.5% | - |
| XYZ | 11.62 | 15.7 | 22.5 | - |
| YUV | 98.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 121 | 127 | 0.67 | 0.05 | 0 | 0.50 | 184.24 | 0.5 | 0.33 |
| Hex | 2A | 79 | 7F | 43 | 5 | 0 | 32 | B8 | 32 | 21 |
| Octal | 52 | 171 | 177 | 103 | 5 | 0 | 62 | 270 | 62 | 41 |
| Binary | 101010 | 1111001 | 1111111 | 1000011 | 101 | 0 | 110010 | 10111000 | 110010 | 100001 |
Color Harmonies of #2A797F
Complementary color
Monochromatic Colors of #2A797F
Black with #2A797F
Text Example
Text Example
White with #2A797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A797F; }
p { color: rgb(42,121,127); }
H1.HeaderClassName
{
color: #2A797F;
}
.AnyTagClassName
{
color: #2A797F;
}
</style>
background-color css
<style>
a { background-color: #2A797F; }
a { background-color: rgb(42,121,127); }
div.DivClassName
{
background-color: #2A797F;
}
.BgClassName
{
background-color: #2A797F;
}
</style>
border-color css
<style>
span { border-color: #2A797F; }
span { border-color: rgb(42,121,127); }
td.TdClassName
{
border-color: #2A797F;
}
.TagClassName
{
border-color: #2A797F;
}
</style>