Shades of Atoll #2A7D81
Tints of Atoll #2A7D81
RGB
CMYK
RGB Variations
Color information
#2A7D81 (or 0x2A7D81) is known color: Atoll. HEX triplet: 2A, 7D and 81. RGB value is (42,125,129). Sum of RGB (Red+Green+Blue) = 42+125+129=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A7D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7D81 is #D5827E. Grayscale: #646464. Windows color (decimal): -13992575 or 8486186. OLE color: 8486186.
HSL color Cylindrical-coordinate representation of color #2A7D81: hue angle of 182.76º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7D81 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 125 | 129 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.49 |
| HSL | 182.76º | 0.51% | 0.34% | - |
| HSV(B) | 182.76º | 0.67% | 0.51% | - |
| XYZ | 12.25 | 16.74 | 23.36 | - |
| YUV | 100.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 129 | 0.67 | 0.03 | 0 | 0.49 | 182.76 | 0.51 | 0.34 |
| Hex | 2A | 7D | 81 | 43 | 3 | 0 | 31 | B7 | 33 | 22 |
| Octal | 52 | 175 | 201 | 103 | 3 | 0 | 61 | 267 | 63 | 42 |
| Binary | 101010 | 1111101 | 10000001 | 1000011 | 11 | 0 | 110001 | 10110111 | 110011 | 100010 |
Color Harmonies of #2A7D81
Complementary color
Monochromatic Colors of #2A7D81
Black with #2A7D81
Text Example
Text Example
White with #2A7D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D81; }
p { color: rgb(42,125,129); }
H1.HeaderClassName
{
color: #2A7D81;
}
.AnyTagClassName
{
color: #2A7D81;
}
</style>
background-color css
<style>
a { background-color: #2A7D81; }
a { background-color: rgb(42,125,129); }
div.DivClassName
{
background-color: #2A7D81;
}
.BgClassName
{
background-color: #2A7D81;
}
</style>
border-color css
<style>
span { border-color: #2A7D81; }
span { border-color: rgb(42,125,129); }
td.TdClassName
{
border-color: #2A7D81;
}
.TagClassName
{
border-color: #2A7D81;
}
</style>