Shades of Atoll #2B6D6E
Tints of Atoll #2B6D6E
RGB
CMYK
RGB Variations
Color information
#2B6D6E (or 0x2B6D6E) is known color: Atoll. HEX triplet: 2B, 6D and 6E. RGB value is (43,109,110). Sum of RGB (Red+Green+Blue) = 43+109+110=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B6D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6D6E is #D49291. Grayscale: #595959. Windows color (decimal): -13931154 or 7236907. OLE color: 7236907.
HSL color Cylindrical-coordinate representation of color #2B6D6E: hue angle of 180.9º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6D6E is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 109 | 110 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.57 |
| HSL | 180.9º | 0.44% | 0.3% | - |
| HSV(B) | 180.9º | 0.61% | 0.43% | - |
| XYZ | 9.28 | 12.58 | 16.69 | - |
| YUV | 89.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 109 | 110 | 0.61 | 0.01 | 0 | 0.57 | 180.9 | 0.44 | 0.3 |
| Hex | 2B | 6D | 6E | 3D | 1 | 0 | 39 | B5 | 2C | 1E |
| Octal | 53 | 155 | 156 | 75 | 1 | 0 | 71 | 265 | 54 | 36 |
| Binary | 101011 | 1101101 | 1101110 | 111101 | 1 | 0 | 111001 | 10110101 | 101100 | 11110 |
Color Harmonies of #2B6D6E
Complementary color
Monochromatic Colors of #2B6D6E
Black with #2B6D6E
Text Example
Text Example
White with #2B6D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6D6E; }
p { color: rgb(43,109,110); }
H1.HeaderClassName
{
color: #2B6D6E;
}
.AnyTagClassName
{
color: #2B6D6E;
}
</style>
background-color css
<style>
a { background-color: #2B6D6E; }
a { background-color: rgb(43,109,110); }
div.DivClassName
{
background-color: #2B6D6E;
}
.BgClassName
{
background-color: #2B6D6E;
}
</style>
border-color css
<style>
span { border-color: #2B6D6E; }
span { border-color: rgb(43,109,110); }
td.TdClassName
{
border-color: #2B6D6E;
}
.TagClassName
{
border-color: #2B6D6E;
}
</style>