Shades of Atoll #2B8189
Tints of Atoll #2B8189
RGB
CMYK
RGB Variations
Color information
#2B8189 (or 0x2B8189) is known color: Atoll. HEX triplet: 2B, 81 and 89. RGB value is (43,129,137). Sum of RGB (Red+Green+Blue) = 43+129+137=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 129 (50.78% from 255 or 41.75% 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 #2B8189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8189 is #D47E76. Grayscale: #686868. Windows color (decimal): -13926007 or 9011499. OLE color: 9011499.
HSL color Cylindrical-coordinate representation of color #2B8189: hue angle of 185.11º 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 #2B8189 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 129 | 137 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.46 |
| HSL | 185.11º | 0.52% | 0.35% | - |
| HSV(B) | 185.11º | 0.69% | 0.54% | - |
| XYZ | 13.36 | 18.02 | 26.44 | - |
| YUV | 104.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 137 | 0.69 | 0.06 | 0 | 0.46 | 185.11 | 0.52 | 0.35 |
| Hex | 2B | 81 | 89 | 45 | 6 | 0 | 2E | B9 | 34 | 23 |
| Octal | 53 | 201 | 211 | 105 | 6 | 0 | 56 | 271 | 64 | 43 |
| Binary | 101011 | 10000001 | 10001001 | 1000101 | 110 | 0 | 101110 | 10111001 | 110100 | 100011 |
Color Harmonies of #2B8189
Complementary color
Monochromatic Colors of #2B8189
Black with #2B8189
Text Example
Text Example
White with #2B8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8189; }
p { color: rgb(43,129,137); }
H1.HeaderClassName
{
color: #2B8189;
}
.AnyTagClassName
{
color: #2B8189;
}
</style>
background-color css
<style>
a { background-color: #2B8189; }
a { background-color: rgb(43,129,137); }
div.DivClassName
{
background-color: #2B8189;
}
.BgClassName
{
background-color: #2B8189;
}
</style>
border-color css
<style>
span { border-color: #2B8189; }
span { border-color: rgb(43,129,137); }
td.TdClassName
{
border-color: #2B8189;
}
.TagClassName
{
border-color: #2B8189;
}
</style>