Shades of Atoll #248282
Tints of Atoll #248282
RGB
CMYK
RGB Variations
Color information
#248282 (or 0x248282) is known color: Atoll. HEX triplet: 24, 82 and 82. RGB value is (36,130,130). Sum of RGB (Red+Green+Blue) = 36+130+130=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #248282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248282 is #DB7D7D. Grayscale: #656565. Windows color (decimal): -14384510 or 8552996. OLE color: 8552996.
HSL color Cylindrical-coordinate representation of color #248282: hue angle of 180º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248282 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 130 | - |
| CMYK | 0.72 | 0 | 0 | 0.49 |
| HSL | 180º | 0.57% | 0.33% | - |
| HSV(B) | 180º | 0.72% | 0.51% | - |
| XYZ | 12.74 | 17.95 | 23.91 | - |
| YUV | 101.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 130 | 0.72 | 0 | 0 | 0.49 | 180 | 0.57 | 0.33 |
| Hex | 24 | 82 | 82 | 48 | 0 | 0 | 31 | B4 | 39 | 21 |
| Octal | 44 | 202 | 202 | 110 | 0 | 0 | 61 | 264 | 71 | 41 |
| Binary | 100100 | 10000010 | 10000010 | 1001000 | 0 | 0 | 110001 | 10110100 | 111001 | 100001 |
Color Harmonies of #248282
Complementary color
Monochromatic Colors of #248282
Black with #248282
Text Example
Text Example
White with #248282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248282; }
p { color: rgb(36,130,130); }
H1.HeaderClassName
{
color: #248282;
}
.AnyTagClassName
{
color: #248282;
}
</style>
background-color css
<style>
a { background-color: #248282; }
a { background-color: rgb(36,130,130); }
div.DivClassName
{
background-color: #248282;
}
.BgClassName
{
background-color: #248282;
}
</style>
border-color css
<style>
span { border-color: #248282; }
span { border-color: rgb(36,130,130); }
td.TdClassName
{
border-color: #248282;
}
.TagClassName
{
border-color: #248282;
}
</style>