Shades of Scooter #248C99
Tints of Scooter #248C99
RGB
CMYK
RGB Variations
Color information
#248C99 (or 0x248C99) is known color: Scooter. HEX triplet: 24, 8C and 99. RGB value is (36,140,153). Sum of RGB (Red+Green+Blue) = 36+140+153=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #248C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C99 is #DB7366. Grayscale: #6E6E6E. Windows color (decimal): -14381927 or 10062884. OLE color: 10062884.
HSL color Cylindrical-coordinate representation of color #248C99: hue angle of 186.67º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248C99 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 140 | 153 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.4 |
| HSL | 186.67º | 0.62% | 0.37% | - |
| HSV(B) | 186.67º | 0.76% | 0.6% | - |
| XYZ | 15.86 | 21.43 | 33.44 | - |
| YUV | 110.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 153 | 0.76 | 0.08 | 0 | 0.4 | 186.67 | 0.62 | 0.37 |
| Hex | 24 | 8C | 99 | 4C | 8 | 0 | 28 | BB | 3E | 25 |
| Octal | 44 | 214 | 231 | 114 | 10 | 0 | 50 | 273 | 76 | 45 |
| Binary | 100100 | 10001100 | 10011001 | 1001100 | 1000 | 0 | 101000 | 10111011 | 111110 | 100101 |
Color Harmonies of #248C99
Complementary color
Monochromatic Colors of #248C99
Black with #248C99
Text Example
Text Example
White with #248C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C99; }
p { color: rgb(36,140,153); }
H1.HeaderClassName
{
color: #248C99;
}
.AnyTagClassName
{
color: #248C99;
}
</style>
background-color css
<style>
a { background-color: #248C99; }
a { background-color: rgb(36,140,153); }
div.DivClassName
{
background-color: #248C99;
}
.BgClassName
{
background-color: #248C99;
}
</style>
border-color css
<style>
span { border-color: #248C99; }
span { border-color: rgb(36,140,153); }
td.TdClassName
{
border-color: #248C99;
}
.TagClassName
{
border-color: #248C99;
}
</style>