Shades of Scooter #248B99
Tints of Scooter #248B99
RGB
CMYK
RGB Variations
Color information
#248B99 (or 0x248B99) is known color: Scooter. HEX triplet: 24, 8B and 99. RGB value is (36,139,153). Sum of RGB (Red+Green+Blue) = 36+139+153=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #248B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B99 is #DB7466. Grayscale: #6D6D6D. Windows color (decimal): -14382183 or 10062628. OLE color: 10062628.
HSL color Cylindrical-coordinate representation of color #248B99: hue angle of 187.18º 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 #248B99 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 139 | 153 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.4 |
| HSL | 187.18º | 0.62% | 0.37% | - |
| HSV(B) | 187.18º | 0.76% | 0.6% | - |
| XYZ | 15.71 | 21.14 | 33.39 | - |
| YUV | 109.8 | 152.38 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 153 | 0.76 | 0.09 | 0 | 0.4 | 187.18 | 0.62 | 0.37 |
| Hex | 24 | 8B | 99 | 4C | 9 | 0 | 28 | BB | 3E | 25 |
| Octal | 44 | 213 | 231 | 114 | 11 | 0 | 50 | 273 | 76 | 45 |
| Binary | 100100 | 10001011 | 10011001 | 1001100 | 1001 | 0 | 101000 | 10111011 | 111110 | 100101 |
Color Harmonies of #248B99
Complementary color
Monochromatic Colors of #248B99
Black with #248B99
Text Example
Text Example
White with #248B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B99; }
p { color: rgb(36,139,153); }
H1.HeaderClassName
{
color: #248B99;
}
.AnyTagClassName
{
color: #248B99;
}
</style>
background-color css
<style>
a { background-color: #248B99; }
a { background-color: rgb(36,139,153); }
div.DivClassName
{
background-color: #248B99;
}
.BgClassName
{
background-color: #248B99;
}
</style>
border-color css
<style>
span { border-color: #248B99; }
span { border-color: rgb(36,139,153); }
td.TdClassName
{
border-color: #248B99;
}
.TagClassName
{
border-color: #248B99;
}
</style>