Shades of Atoll #2A7A8A
Tints of Atoll #2A7A8A
RGB
CMYK
RGB Variations
Color information
#2A7A8A (or 0x2A7A8A) is known color: Atoll. HEX triplet: 2A, 7A and 8A. RGB value is (42,122,138). Sum of RGB (Red+Green+Blue) = 42+122+138=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A7A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7A8A is #D58575. Grayscale: #636363. Windows color (decimal): -13993334 or 9075242. OLE color: 9075242.
HSL color Cylindrical-coordinate representation of color #2A7A8A: hue angle of 190º 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 #2A7A8A is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 122 | 138 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.46 |
| HSL | 190º | 0.53% | 0.35% | - |
| HSV(B) | 190º | 0.7% | 0.54% | - |
| XYZ | 12.5 | 16.25 | 26.52 | - |
| YUV | 99.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 122 | 138 | 0.70 | 0.12 | 0 | 0.46 | 190 | 0.53 | 0.35 |
| Hex | 2A | 7A | 8A | 46 | C | 0 | 2E | BE | 35 | 23 |
| Octal | 52 | 172 | 212 | 106 | 14 | 0 | 56 | 276 | 65 | 43 |
| Binary | 101010 | 1111010 | 10001010 | 1000110 | 1100 | 0 | 101110 | 10111110 | 110101 | 100011 |
Color Harmonies of #2A7A8A
Complementary color
Monochromatic Colors of #2A7A8A
Black with #2A7A8A
Text Example
Text Example
White with #2A7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7A8A; }
p { color: rgb(42,122,138); }
H1.HeaderClassName
{
color: #2A7A8A;
}
.AnyTagClassName
{
color: #2A7A8A;
}
</style>
background-color css
<style>
a { background-color: #2A7A8A; }
a { background-color: rgb(42,122,138); }
div.DivClassName
{
background-color: #2A7A8A;
}
.BgClassName
{
background-color: #2A7A8A;
}
</style>
border-color css
<style>
span { border-color: #2A7A8A; }
span { border-color: rgb(42,122,138); }
td.TdClassName
{
border-color: #2A7A8A;
}
.TagClassName
{
border-color: #2A7A8A;
}
</style>