Shades of Atoll #247A80
Tints of Atoll #247A80
RGB
CMYK
RGB Variations
Color information
#247A80 (or 0x247A80) is known color: Atoll. HEX triplet: 24, 7A and 80. RGB value is (36,122,128). Sum of RGB (Red+Green+Blue) = 36+122+128=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #247A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A80 is #DB857F. Grayscale: #606060. Windows color (decimal): -14386560 or 8419876. OLE color: 8419876.
HSL color Cylindrical-coordinate representation of color #247A80: hue angle of 183.91º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247A80 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 122 | 128 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.50 |
| HSL | 183.91º | 0.56% | 0.32% | - |
| HSV(B) | 183.91º | 0.72% | 0.5% | - |
| XYZ | 11.58 | 15.85 | 22.87 | - |
| YUV | 96.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 128 | 0.72 | 0.05 | 0 | 0.50 | 183.91 | 0.56 | 0.32 |
| Hex | 24 | 7A | 80 | 48 | 5 | 0 | 32 | B8 | 38 | 20 |
| Octal | 44 | 172 | 200 | 110 | 5 | 0 | 62 | 270 | 70 | 40 |
| Binary | 100100 | 1111010 | 10000000 | 1001000 | 101 | 0 | 110010 | 10111000 | 111000 | 100000 |
Color Harmonies of #247A80
Complementary color
Monochromatic Colors of #247A80
Black with #247A80
Text Example
Text Example
White with #247A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A80; }
p { color: rgb(36,122,128); }
H1.HeaderClassName
{
color: #247A80;
}
.AnyTagClassName
{
color: #247A80;
}
</style>
background-color css
<style>
a { background-color: #247A80; }
a { background-color: rgb(36,122,128); }
div.DivClassName
{
background-color: #247A80;
}
.BgClassName
{
background-color: #247A80;
}
</style>
border-color css
<style>
span { border-color: #247A80; }
span { border-color: rgb(36,122,128); }
td.TdClassName
{
border-color: #247A80;
}
.TagClassName
{
border-color: #247A80;
}
</style>