Shades of Atoll #2B8685
Tints of Atoll #2B8685
RGB
CMYK
RGB Variations
Color information
#2B8685 (or 0x2B8685) is known color: Atoll. HEX triplet: 2B, 86 and 85. RGB value is (43,134,133). Sum of RGB (Red+Green+Blue) = 43+134+133=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8685 is #D4797A. Grayscale: #6A6A6A. Windows color (decimal): -13924731 or 8750635. OLE color: 8750635.
HSL color Cylindrical-coordinate representation of color #2B8685: hue angle of 179.34º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8685 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 133 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.47 |
| HSL | 179.34º | 0.51% | 0.35% | - |
| HSV(B) | 179.34º | 0.68% | 0.53% | - |
| XYZ | 13.76 | 19.26 | 25.18 | - |
| YUV | 106.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 133 | 0.68 | 0 | 0.01 | 0.47 | 179.34 | 0.51 | 0.35 |
| Hex | 2B | 86 | 85 | 44 | 0 | 1 | 2F | B3 | 33 | 23 |
| Octal | 53 | 206 | 205 | 104 | 0 | 1 | 57 | 263 | 63 | 43 |
| Binary | 101011 | 10000110 | 10000101 | 1000100 | 0 | 1 | 101111 | 10110011 | 110011 | 100011 |
Color Harmonies of #2B8685
Complementary color
Monochromatic Colors of #2B8685
Black with #2B8685
Text Example
Text Example
White with #2B8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8685; }
p { color: rgb(43,134,133); }
H1.HeaderClassName
{
color: #2B8685;
}
.AnyTagClassName
{
color: #2B8685;
}
</style>
background-color css
<style>
a { background-color: #2B8685; }
a { background-color: rgb(43,134,133); }
div.DivClassName
{
background-color: #2B8685;
}
.BgClassName
{
background-color: #2B8685;
}
</style>
border-color css
<style>
span { border-color: #2B8685; }
span { border-color: rgb(43,134,133); }
td.TdClassName
{
border-color: #2B8685;
}
.TagClassName
{
border-color: #2B8685;
}
</style>