Shades of Atoll #2A787C
Tints of Atoll #2A787C
RGB
CMYK
RGB Variations
Color information
#2A787C (or 0x2A787C) is known color: Atoll. HEX triplet: 2A, 78 and 7C. RGB value is (42,120,124). Sum of RGB (Red+Green+Blue) = 42+120+124=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A787C is #D58783. Grayscale: #616161. Windows color (decimal): -13993860 or 8157226. OLE color: 8157226.
HSL color Cylindrical-coordinate representation of color #2A787C: hue angle of 182.93º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A787C is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 120 | 124 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.51 |
| HSL | 182.93º | 0.49% | 0.33% | - |
| HSV(B) | 182.93º | 0.66% | 0.49% | - |
| XYZ | 11.31 | 15.38 | 21.44 | - |
| YUV | 97.13 | 143.16 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 124 | 0.66 | 0.03 | 0 | 0.51 | 182.93 | 0.49 | 0.33 |
| Hex | 2A | 78 | 7C | 42 | 3 | 0 | 33 | B7 | 31 | 21 |
| Octal | 52 | 170 | 174 | 102 | 3 | 0 | 63 | 267 | 61 | 41 |
| Binary | 101010 | 1111000 | 1111100 | 1000010 | 11 | 0 | 110011 | 10110111 | 110001 | 100001 |
Color Harmonies of #2A787C
Complementary color
Monochromatic Colors of #2A787C
Black with #2A787C
Text Example
Text Example
White with #2A787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A787C; }
p { color: rgb(42,120,124); }
H1.HeaderClassName
{
color: #2A787C;
}
.AnyTagClassName
{
color: #2A787C;
}
</style>
background-color css
<style>
a { background-color: #2A787C; }
a { background-color: rgb(42,120,124); }
div.DivClassName
{
background-color: #2A787C;
}
.BgClassName
{
background-color: #2A787C;
}
</style>
border-color css
<style>
span { border-color: #2A787C; }
span { border-color: rgb(42,120,124); }
td.TdClassName
{
border-color: #2A787C;
}
.TagClassName
{
border-color: #2A787C;
}
</style>