Shades of Atoll #248484
Tints of Atoll #248484
RGB
CMYK
RGB Variations
Color information
#248484 (or 0x248484) is known color: Atoll. HEX triplet: 24, 84 and 84. RGB value is (36,132,132). Sum of RGB (Red+Green+Blue) = 36+132+132=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #248484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248484 is #DB7B7B. Grayscale: #676767. Windows color (decimal): -14383996 or 8684580. OLE color: 8684580.
HSL color Cylindrical-coordinate representation of color #248484: hue angle of 180º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248484 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 132 | 132 | - |
| CMYK | 0.73 | 0 | 0 | 0.48 |
| HSL | 180º | 0.57% | 0.33% | - |
| HSV(B) | 180º | 0.73% | 0.52% | - |
| XYZ | 13.14 | 18.54 | 24.72 | - |
| YUV | 103.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 132 | 0.73 | 0 | 0 | 0.48 | 180 | 0.57 | 0.33 |
| Hex | 24 | 84 | 84 | 49 | 0 | 0 | 30 | B4 | 39 | 21 |
| Octal | 44 | 204 | 204 | 111 | 0 | 0 | 60 | 264 | 71 | 41 |
| Binary | 100100 | 10000100 | 10000100 | 1001001 | 0 | 0 | 110000 | 10110100 | 111001 | 100001 |
Color Harmonies of #248484
Complementary color
Monochromatic Colors of #248484
Black with #248484
Text Example
Text Example
White with #248484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248484; }
p { color: rgb(36,132,132); }
H1.HeaderClassName
{
color: #248484;
}
.AnyTagClassName
{
color: #248484;
}
</style>
background-color css
<style>
a { background-color: #248484; }
a { background-color: rgb(36,132,132); }
div.DivClassName
{
background-color: #248484;
}
.BgClassName
{
background-color: #248484;
}
</style>
border-color css
<style>
span { border-color: #248484; }
span { border-color: rgb(36,132,132); }
td.TdClassName
{
border-color: #248484;
}
.TagClassName
{
border-color: #248484;
}
</style>