Shades of Atoll #2A8289
Tints of Atoll #2A8289
RGB
CMYK
RGB Variations
Color information
#2A8289 (or 0x2A8289) is known color: Atoll. HEX triplet: 2A, 82 and 89. RGB value is (42,130,137). Sum of RGB (Red+Green+Blue) = 42+130+137=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A8289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8289 is #D57D76. Grayscale: #686868. Windows color (decimal): -13991287 or 9011754. OLE color: 9011754.
HSL color Cylindrical-coordinate representation of color #2A8289: hue angle of 184.42º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8289 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 130 | 137 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.46 |
| HSL | 184.42º | 0.53% | 0.35% | - |
| HSV(B) | 184.42º | 0.69% | 0.54% | - |
| XYZ | 13.45 | 18.26 | 26.48 | - |
| YUV | 104.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 137 | 0.69 | 0.05 | 0 | 0.46 | 184.42 | 0.53 | 0.35 |
| Hex | 2A | 82 | 89 | 45 | 5 | 0 | 2E | B8 | 35 | 23 |
| Octal | 52 | 202 | 211 | 105 | 5 | 0 | 56 | 270 | 65 | 43 |
| Binary | 101010 | 10000010 | 10001001 | 1000101 | 101 | 0 | 101110 | 10111000 | 110101 | 100011 |
Color Harmonies of #2A8289
Complementary color
Monochromatic Colors of #2A8289
Black with #2A8289
Text Example
Text Example
White with #2A8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8289; }
p { color: rgb(42,130,137); }
H1.HeaderClassName
{
color: #2A8289;
}
.AnyTagClassName
{
color: #2A8289;
}
</style>
background-color css
<style>
a { background-color: #2A8289; }
a { background-color: rgb(42,130,137); }
div.DivClassName
{
background-color: #2A8289;
}
.BgClassName
{
background-color: #2A8289;
}
</style>
border-color css
<style>
span { border-color: #2A8289; }
span { border-color: rgb(42,130,137); }
td.TdClassName
{
border-color: #2A8289;
}
.TagClassName
{
border-color: #2A8289;
}
</style>