Shades of Atoll #2B6A70
Tints of Atoll #2B6A70
RGB
CMYK
RGB Variations
Color information
#2B6A70 (or 0x2B6A70) is known color: Atoll. HEX triplet: 2B, 6A and 70. RGB value is (43,106,112). Sum of RGB (Red+Green+Blue) = 43+106+112=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B6A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A70 is #D4958F. Grayscale: #575757. Windows color (decimal): -13931920 or 7367211. OLE color: 7367211.
HSL color Cylindrical-coordinate representation of color #2B6A70: hue angle of 185.22º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B6A70 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 106 | 112 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.56 |
| HSL | 185.22º | 0.45% | 0.3% | - |
| HSV(B) | 185.22º | 0.62% | 0.44% | - |
| XYZ | 9.07 | 11.99 | 17.17 | - |
| YUV | 87.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 112 | 0.62 | 0.05 | 0 | 0.56 | 185.22 | 0.45 | 0.3 |
| Hex | 2B | 6A | 70 | 3E | 5 | 0 | 38 | B9 | 2D | 1E |
| Octal | 53 | 152 | 160 | 76 | 5 | 0 | 70 | 271 | 55 | 36 |
| Binary | 101011 | 1101010 | 1110000 | 111110 | 101 | 0 | 111000 | 10111001 | 101101 | 11110 |
Color Harmonies of #2B6A70
Complementary color
Monochromatic Colors of #2B6A70
Black with #2B6A70
Text Example
Text Example
White with #2B6A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A70; }
p { color: rgb(43,106,112); }
H1.HeaderClassName
{
color: #2B6A70;
}
.AnyTagClassName
{
color: #2B6A70;
}
</style>
background-color css
<style>
a { background-color: #2B6A70; }
a { background-color: rgb(43,106,112); }
div.DivClassName
{
background-color: #2B6A70;
}
.BgClassName
{
background-color: #2B6A70;
}
</style>
border-color css
<style>
span { border-color: #2B6A70; }
span { border-color: rgb(43,106,112); }
td.TdClassName
{
border-color: #2B6A70;
}
.TagClassName
{
border-color: #2B6A70;
}
</style>