Shades of Atoll #2A6B70
Tints of Atoll #2A6B70
RGB
CMYK
RGB Variations
Color information
#2A6B70 (or 0x2A6B70) is known color: Atoll. HEX triplet: 2A, 6B and 70. RGB value is (42,107,112). Sum of RGB (Red+Green+Blue) = 42+107+112=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 107 (42.19% from 255 or 41.00% 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 #2A6B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B70 is #D5948F. Grayscale: #585858. Windows color (decimal): -13997200 or 7367466. OLE color: 7367466.
HSL color Cylindrical-coordinate representation of color #2A6B70: hue angle of 184.29º 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 #2A6B70 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 107 | 112 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.56 |
| HSL | 184.29º | 0.45% | 0.3% | - |
| HSV(B) | 184.29º | 0.63% | 0.44% | - |
| XYZ | 9.14 | 12.18 | 17.2 | - |
| YUV | 88.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 112 | 0.62 | 0.04 | 0 | 0.56 | 184.29 | 0.45 | 0.3 |
| Hex | 2A | 6B | 70 | 3E | 4 | 0 | 38 | B8 | 2D | 1E |
| Octal | 52 | 153 | 160 | 76 | 4 | 0 | 70 | 270 | 55 | 36 |
| Binary | 101010 | 1101011 | 1110000 | 111110 | 100 | 0 | 111000 | 10111000 | 101101 | 11110 |
Color Harmonies of #2A6B70
Complementary color
Monochromatic Colors of #2A6B70
Black with #2A6B70
Text Example
Text Example
White with #2A6B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B70; }
p { color: rgb(42,107,112); }
H1.HeaderClassName
{
color: #2A6B70;
}
.AnyTagClassName
{
color: #2A6B70;
}
</style>
background-color css
<style>
a { background-color: #2A6B70; }
a { background-color: rgb(42,107,112); }
div.DivClassName
{
background-color: #2A6B70;
}
.BgClassName
{
background-color: #2A6B70;
}
</style>
border-color css
<style>
span { border-color: #2A6B70; }
span { border-color: rgb(42,107,112); }
td.TdClassName
{
border-color: #2A6B70;
}
.TagClassName
{
border-color: #2A6B70;
}
</style>