Shades of Atoll #2A7F8B
Tints of Atoll #2A7F8B
RGB
CMYK
RGB Variations
Color information
#2A7F8B (or 0x2A7F8B) is known color: Atoll. HEX triplet: 2A, 7F and 8B. RGB value is (42,127,139). Sum of RGB (Red+Green+Blue) = 42+127+139=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A7F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7F8B is #D58074. Grayscale: #666666. Windows color (decimal): -13992053 or 9142058. OLE color: 9142058.
HSL color Cylindrical-coordinate representation of color #2A7F8B: hue angle of 187.42º 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 #2A7F8B is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 127 | 139 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.45 |
| HSL | 187.42º | 0.54% | 0.35% | - |
| HSV(B) | 187.42º | 0.7% | 0.55% | - |
| XYZ | 13.2 | 17.54 | 27.11 | - |
| YUV | 102.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 127 | 139 | 0.70 | 0.09 | 0 | 0.45 | 187.42 | 0.54 | 0.35 |
| Hex | 2A | 7F | 8B | 46 | 9 | 0 | 2D | BB | 36 | 23 |
| Octal | 52 | 177 | 213 | 106 | 11 | 0 | 55 | 273 | 66 | 43 |
| Binary | 101010 | 1111111 | 10001011 | 1000110 | 1001 | 0 | 101101 | 10111011 | 110110 | 100011 |
Color Harmonies of #2A7F8B
Complementary color
Monochromatic Colors of #2A7F8B
Black with #2A7F8B
Text Example
Text Example
White with #2A7F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7F8B; }
p { color: rgb(42,127,139); }
H1.HeaderClassName
{
color: #2A7F8B;
}
.AnyTagClassName
{
color: #2A7F8B;
}
</style>
background-color css
<style>
a { background-color: #2A7F8B; }
a { background-color: rgb(42,127,139); }
div.DivClassName
{
background-color: #2A7F8B;
}
.BgClassName
{
background-color: #2A7F8B;
}
</style>
border-color css
<style>
span { border-color: #2A7F8B; }
span { border-color: rgb(42,127,139); }
td.TdClassName
{
border-color: #2A7F8B;
}
.TagClassName
{
border-color: #2A7F8B;
}
</style>