Shades of Atoll #2B878A
Tints of Atoll #2B878A
RGB
CMYK
RGB Variations
Color information
#2B878A (or 0x2B878A) is known color: Atoll. HEX triplet: 2B, 87 and 8A. RGB value is (43,135,138). Sum of RGB (Red+Green+Blue) = 43+135+138=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B878A is #D47875. Grayscale: #6B6B6B. Windows color (decimal): -13924470 or 9078571. OLE color: 9078571.
HSL color Cylindrical-coordinate representation of color #2B878A: hue angle of 181.89º degrees, saturation: 0.52, 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 #2B878A is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 135 | 138 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.46 |
| HSL | 181.89º | 0.52% | 0.35% | - |
| HSV(B) | 181.89º | 0.69% | 0.54% | - |
| XYZ | 14.25 | 19.68 | 27.09 | - |
| YUV | 107.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 138 | 0.69 | 0.02 | 0 | 0.46 | 181.89 | 0.52 | 0.35 |
| Hex | 2B | 87 | 8A | 45 | 2 | 0 | 2E | B6 | 34 | 23 |
| Octal | 53 | 207 | 212 | 105 | 2 | 0 | 56 | 266 | 64 | 43 |
| Binary | 101011 | 10000111 | 10001010 | 1000101 | 10 | 0 | 101110 | 10110110 | 110100 | 100011 |
Color Harmonies of #2B878A
Complementary color
Monochromatic Colors of #2B878A
Black with #2B878A
Text Example
Text Example
White with #2B878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B878A; }
p { color: rgb(43,135,138); }
H1.HeaderClassName
{
color: #2B878A;
}
.AnyTagClassName
{
color: #2B878A;
}
</style>
background-color css
<style>
a { background-color: #2B878A; }
a { background-color: rgb(43,135,138); }
div.DivClassName
{
background-color: #2B878A;
}
.BgClassName
{
background-color: #2B878A;
}
</style>
border-color css
<style>
span { border-color: #2B878A; }
span { border-color: rgb(43,135,138); }
td.TdClassName
{
border-color: #2B878A;
}
.TagClassName
{
border-color: #2B878A;
}
</style>