Shades of Atoll #2A848B
Tints of Atoll #2A848B
RGB
CMYK
RGB Variations
Color information
#2A848B (or 0x2A848B) is known color: Atoll. HEX triplet: 2A, 84 and 8B. RGB value is (42,132,139). Sum of RGB (Red+Green+Blue) = 42+132+139=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A848B is #D57B74. Grayscale: #696969. Windows color (decimal): -13990773 or 9143338. OLE color: 9143338.
HSL color Cylindrical-coordinate representation of color #2A848B: hue angle of 184.33º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A848B is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 132 | 139 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.45 |
| HSL | 184.33º | 0.54% | 0.35% | - |
| HSV(B) | 184.33º | 0.7% | 0.55% | - |
| XYZ | 13.87 | 18.86 | 27.34 | - |
| YUV | 105.89 | 146.68 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 132 | 139 | 0.70 | 0.05 | 0 | 0.45 | 184.33 | 0.54 | 0.35 |
| Hex | 2A | 84 | 8B | 46 | 5 | 0 | 2D | B8 | 36 | 23 |
| Octal | 52 | 204 | 213 | 106 | 5 | 0 | 55 | 270 | 66 | 43 |
| Binary | 101010 | 10000100 | 10001011 | 1000110 | 101 | 0 | 101101 | 10111000 | 110110 | 100011 |
Color Harmonies of #2A848B
Complementary color
Monochromatic Colors of #2A848B
Black with #2A848B
Text Example
Text Example
White with #2A848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A848B; }
p { color: rgb(42,132,139); }
H1.HeaderClassName
{
color: #2A848B;
}
.AnyTagClassName
{
color: #2A848B;
}
</style>
background-color css
<style>
a { background-color: #2A848B; }
a { background-color: rgb(42,132,139); }
div.DivClassName
{
background-color: #2A848B;
}
.BgClassName
{
background-color: #2A848B;
}
</style>
border-color css
<style>
span { border-color: #2A848B; }
span { border-color: rgb(42,132,139); }
td.TdClassName
{
border-color: #2A848B;
}
.TagClassName
{
border-color: #2A848B;
}
</style>