Shades of Scooter #248A97
Tints of Scooter #248A97
RGB
CMYK
RGB Variations
Color information
#248A97 (or 0x248A97) is known color: Scooter. HEX triplet: 24, 8A and 97. RGB value is (36,138,151). Sum of RGB (Red+Green+Blue) = 36+138+151=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #248A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A97 is #DB7568. Grayscale: #6C6C6C. Windows color (decimal): -14382441 or 9931300. OLE color: 9931300.
HSL color Cylindrical-coordinate representation of color #248A97: hue angle of 186.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248A97 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 138 | 151 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.41 |
| HSL | 186.78º | 0.61% | 0.37% | - |
| HSV(B) | 186.78º | 0.76% | 0.59% | - |
| XYZ | 15.4 | 20.79 | 32.48 | - |
| YUV | 108.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 151 | 0.76 | 0.09 | 0 | 0.41 | 186.78 | 0.61 | 0.37 |
| Hex | 24 | 8A | 97 | 4C | 9 | 0 | 29 | BB | 3D | 25 |
| Octal | 44 | 212 | 227 | 114 | 11 | 0 | 51 | 273 | 75 | 45 |
| Binary | 100100 | 10001010 | 10010111 | 1001100 | 1001 | 0 | 101001 | 10111011 | 111101 | 100101 |
Color Harmonies of #248A97
Complementary color
Monochromatic Colors of #248A97
Black with #248A97
Text Example
Text Example
White with #248A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A97; }
p { color: rgb(36,138,151); }
H1.HeaderClassName
{
color: #248A97;
}
.AnyTagClassName
{
color: #248A97;
}
</style>
background-color css
<style>
a { background-color: #248A97; }
a { background-color: rgb(36,138,151); }
div.DivClassName
{
background-color: #248A97;
}
.BgClassName
{
background-color: #248A97;
}
</style>
border-color css
<style>
span { border-color: #248A97; }
span { border-color: rgb(36,138,151); }
td.TdClassName
{
border-color: #248A97;
}
.TagClassName
{
border-color: #248A97;
}
</style>