Shades of Atoll #2A7B8B
Tints of Atoll #2A7B8B
RGB
CMYK
RGB Variations
Color information
#2A7B8B (or 0x2A7B8B) is known color: Atoll. HEX triplet: 2A, 7B and 8B. RGB value is (42,123,139). Sum of RGB (Red+Green+Blue) = 42+123+139=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A7B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7B8B is #D58474. Grayscale: #646464. Windows color (decimal): -13993077 or 9141034. OLE color: 9141034.
HSL color Cylindrical-coordinate representation of color #2A7B8B: hue angle of 189.9º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A7B8B is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 123 | 139 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.45 |
| HSL | 189.9º | 0.54% | 0.35% | - |
| HSV(B) | 189.9º | 0.7% | 0.55% | - |
| XYZ | 12.7 | 16.52 | 26.95 | - |
| YUV | 100.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 123 | 139 | 0.70 | 0.12 | 0 | 0.45 | 189.9 | 0.54 | 0.35 |
| Hex | 2A | 7B | 8B | 46 | C | 0 | 2D | BE | 36 | 23 |
| Octal | 52 | 173 | 213 | 106 | 14 | 0 | 55 | 276 | 66 | 43 |
| Binary | 101010 | 1111011 | 10001011 | 1000110 | 1100 | 0 | 101101 | 10111110 | 110110 | 100011 |
Color Harmonies of #2A7B8B
Complementary color
Monochromatic Colors of #2A7B8B
Black with #2A7B8B
Text Example
Text Example
White with #2A7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7B8B; }
p { color: rgb(42,123,139); }
H1.HeaderClassName
{
color: #2A7B8B;
}
.AnyTagClassName
{
color: #2A7B8B;
}
</style>
background-color css
<style>
a { background-color: #2A7B8B; }
a { background-color: rgb(42,123,139); }
div.DivClassName
{
background-color: #2A7B8B;
}
.BgClassName
{
background-color: #2A7B8B;
}
</style>
border-color css
<style>
span { border-color: #2A7B8B; }
span { border-color: rgb(42,123,139); }
td.TdClassName
{
border-color: #2A7B8B;
}
.TagClassName
{
border-color: #2A7B8B;
}
</style>