Shades of Atoll #248181
Tints of Atoll #248181
RGB
CMYK
RGB Variations
Color information
#248181 (or 0x248181) is known color: Atoll. HEX triplet: 24, 81 and 81. RGB value is (36,129,129). Sum of RGB (Red+Green+Blue) = 36+129+129=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #248181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248181 is #DB7E7E. Grayscale: #656565. Windows color (decimal): -14384767 or 8487204. OLE color: 8487204.
HSL color Cylindrical-coordinate representation of color #248181: hue angle of 180º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248181 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 129 | - |
| CMYK | 0.72 | 0 | 0 | 0.49 |
| HSL | 180º | 0.56% | 0.32% | - |
| HSV(B) | 180º | 0.72% | 0.51% | - |
| XYZ | 12.54 | 17.66 | 23.52 | - |
| YUV | 101.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 129 | 0.72 | 0 | 0 | 0.49 | 180 | 0.56 | 0.32 |
| Hex | 24 | 81 | 81 | 48 | 0 | 0 | 31 | B4 | 38 | 20 |
| Octal | 44 | 201 | 201 | 110 | 0 | 0 | 61 | 264 | 70 | 40 |
| Binary | 100100 | 10000001 | 10000001 | 1001000 | 0 | 0 | 110001 | 10110100 | 111000 | 100000 |
Color Harmonies of #248181
Complementary color
Monochromatic Colors of #248181
Black with #248181
Text Example
Text Example
White with #248181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248181; }
p { color: rgb(36,129,129); }
H1.HeaderClassName
{
color: #248181;
}
.AnyTagClassName
{
color: #248181;
}
</style>
background-color css
<style>
a { background-color: #248181; }
a { background-color: rgb(36,129,129); }
div.DivClassName
{
background-color: #248181;
}
.BgClassName
{
background-color: #248181;
}
</style>
border-color css
<style>
span { border-color: #248181; }
span { border-color: rgb(36,129,129); }
td.TdClassName
{
border-color: #248181;
}
.TagClassName
{
border-color: #248181;
}
</style>