Shades of Atoll #248585
Tints of Atoll #248585
RGB
CMYK
RGB Variations
Color information
#248585 (or 0x248585) is known color: Atoll. HEX triplet: 24, 85 and 85. RGB value is (36,133,133). Sum of RGB (Red+Green+Blue) = 36+133+133=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #248585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248585 is #DB7A7A. Grayscale: #676767. Windows color (decimal): -14383739 or 8750372. OLE color: 8750372.
HSL color Cylindrical-coordinate representation of color #248585: 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 #248585 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 133 | 133 | - |
| CMYK | 0.73 | 0 | 0 | 0.48 |
| HSL | 180º | 0.57% | 0.33% | - |
| HSV(B) | 180º | 0.73% | 0.52% | - |
| XYZ | 13.35 | 18.84 | 25.12 | - |
| YUV | 104 | 144.36 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 133 | 0.73 | 0 | 0 | 0.48 | 180 | 0.57 | 0.33 |
| Hex | 24 | 85 | 85 | 49 | 0 | 0 | 30 | B4 | 39 | 21 |
| Octal | 44 | 205 | 205 | 111 | 0 | 0 | 60 | 264 | 71 | 41 |
| Binary | 100100 | 10000101 | 10000101 | 1001001 | 0 | 0 | 110000 | 10110100 | 111001 | 100001 |
Color Harmonies of #248585
Complementary color
Monochromatic Colors of #248585
Black with #248585
Text Example
Text Example
White with #248585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248585; }
p { color: rgb(36,133,133); }
H1.HeaderClassName
{
color: #248585;
}
.AnyTagClassName
{
color: #248585;
}
</style>
background-color css
<style>
a { background-color: #248585; }
a { background-color: rgb(36,133,133); }
div.DivClassName
{
background-color: #248585;
}
.BgClassName
{
background-color: #248585;
}
</style>
border-color css
<style>
span { border-color: #248585; }
span { border-color: rgb(36,133,133); }
td.TdClassName
{
border-color: #248585;
}
.TagClassName
{
border-color: #248585;
}
</style>