Shades of Atoll #248185
Tints of Atoll #248185
RGB
CMYK
RGB Variations
Color information
#248185 (or 0x248185) is known color: Atoll. HEX triplet: 24, 81 and 85. RGB value is (36,129,133). Sum of RGB (Red+Green+Blue) = 36+129+133=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #248185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248185 is #DB7E7A. Grayscale: #656565. Windows color (decimal): -14384763 or 8749348. OLE color: 8749348.
HSL color Cylindrical-coordinate representation of color #248185: hue angle of 182.47º 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 #248185 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 129 | 133 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.48 |
| HSL | 182.47º | 0.57% | 0.33% | - |
| HSV(B) | 182.47º | 0.73% | 0.52% | - |
| XYZ | 12.81 | 17.77 | 24.94 | - |
| YUV | 101.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 133 | 0.73 | 0.03 | 0 | 0.48 | 182.47 | 0.57 | 0.33 |
| Hex | 24 | 81 | 85 | 49 | 3 | 0 | 30 | B6 | 39 | 21 |
| Octal | 44 | 201 | 205 | 111 | 3 | 0 | 60 | 266 | 71 | 41 |
| Binary | 100100 | 10000001 | 10000101 | 1001001 | 11 | 0 | 110000 | 10110110 | 111001 | 100001 |
Color Harmonies of #248185
Complementary color
Monochromatic Colors of #248185
Black with #248185
Text Example
Text Example
White with #248185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248185; }
p { color: rgb(36,129,133); }
H1.HeaderClassName
{
color: #248185;
}
.AnyTagClassName
{
color: #248185;
}
</style>
background-color css
<style>
a { background-color: #248185; }
a { background-color: rgb(36,129,133); }
div.DivClassName
{
background-color: #248185;
}
.BgClassName
{
background-color: #248185;
}
</style>
border-color css
<style>
span { border-color: #248185; }
span { border-color: rgb(36,129,133); }
td.TdClassName
{
border-color: #248185;
}
.TagClassName
{
border-color: #248185;
}
</style>