Shades of Atoll #2B8A85
Tints of Atoll #2B8A85
RGB
CMYK
RGB Variations
Color information
#2B8A85 (or 0x2B8A85) is known color: Atoll. HEX triplet: 2B, 8A and 85. RGB value is (43,138,133). Sum of RGB (Red+Green+Blue) = 43+138+133=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8A85 is #D4757A. Grayscale: #6C6C6C. Windows color (decimal): -13923707 or 8751659. OLE color: 8751659.
HSL color Cylindrical-coordinate representation of color #2B8A85: hue angle of 176.84º 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 #2B8A85 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 133 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.46 |
| HSL | 176.84º | 0.52% | 0.35% | - |
| HSV(B) | 176.84º | 0.69% | 0.54% | - |
| XYZ | 14.32 | 20.38 | 25.37 | - |
| YUV | 109.03 | 141.53 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 133 | 0.69 | 0 | 0.04 | 0.46 | 176.84 | 0.52 | 0.35 |
| Hex | 2B | 8A | 85 | 45 | 0 | 4 | 2E | B1 | 34 | 23 |
| Octal | 53 | 212 | 205 | 105 | 0 | 4 | 56 | 261 | 64 | 43 |
| Binary | 101011 | 10001010 | 10000101 | 1000101 | 0 | 100 | 101110 | 10110001 | 110100 | 100011 |
Color Harmonies of #2B8A85
Complementary color
Monochromatic Colors of #2B8A85
Black with #2B8A85
Text Example
Text Example
White with #2B8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A85; }
p { color: rgb(43,138,133); }
H1.HeaderClassName
{
color: #2B8A85;
}
.AnyTagClassName
{
color: #2B8A85;
}
</style>
background-color css
<style>
a { background-color: #2B8A85; }
a { background-color: rgb(43,138,133); }
div.DivClassName
{
background-color: #2B8A85;
}
.BgClassName
{
background-color: #2B8A85;
}
</style>
border-color css
<style>
span { border-color: #2B8A85; }
span { border-color: rgb(43,138,133); }
td.TdClassName
{
border-color: #2B8A85;
}
.TagClassName
{
border-color: #2B8A85;
}
</style>