Shades of Atoll #24818C
Tints of Atoll #24818C
RGB
CMYK
RGB Variations
Color information
#24818C (or 0x24818C) is known color: Atoll. HEX triplet: 24, 81 and 8C. RGB value is (36,129,140). Sum of RGB (Red+Green+Blue) = 36+129+140=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #24818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24818C is #DB7E73. Grayscale: #666666. Windows color (decimal): -14384756 or 9208100. OLE color: 9208100.
HSL color Cylindrical-coordinate representation of color #24818C: hue angle of 186.35º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24818C is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 129 | 140 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.45 |
| HSL | 186.35º | 0.59% | 0.35% | - |
| HSV(B) | 186.35º | 0.74% | 0.55% | - |
| XYZ | 13.31 | 17.97 | 27.58 | - |
| YUV | 102.45 | 149.19 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 140 | 0.74 | 0.08 | 0 | 0.45 | 186.35 | 0.59 | 0.35 |
| Hex | 24 | 81 | 8C | 4A | 8 | 0 | 2D | BA | 3B | 23 |
| Octal | 44 | 201 | 214 | 112 | 10 | 0 | 55 | 272 | 73 | 43 |
| Binary | 100100 | 10000001 | 10001100 | 1001010 | 1000 | 0 | 101101 | 10111010 | 111011 | 100011 |
Color Harmonies of #24818C
Complementary color
Monochromatic Colors of #24818C
Black with #24818C
Text Example
Text Example
White with #24818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24818C; }
p { color: rgb(36,129,140); }
H1.HeaderClassName
{
color: #24818C;
}
.AnyTagClassName
{
color: #24818C;
}
</style>
background-color css
<style>
a { background-color: #24818C; }
a { background-color: rgb(36,129,140); }
div.DivClassName
{
background-color: #24818C;
}
.BgClassName
{
background-color: #24818C;
}
</style>
border-color css
<style>
span { border-color: #24818C; }
span { border-color: rgb(36,129,140); }
td.TdClassName
{
border-color: #24818C;
}
.TagClassName
{
border-color: #24818C;
}
</style>