Shades of Scooter #248DA0
Tints of Scooter #248DA0
RGB
CMYK
RGB Variations
Color information
#248DA0 (or 0x248DA0) is known color: Scooter. HEX triplet: 24, 8D and A0. RGB value is (36,141,160). Sum of RGB (Red+Green+Blue) = 36+141+160=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #248DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248DA0 is #DB725F. Grayscale: #6F6F6F. Windows color (decimal): -14381664 or 10521892. OLE color: 10521892.
HSL color Cylindrical-coordinate representation of color #248DA0: hue angle of 189.19º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #248DA0 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 141 | 160 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.37 |
| HSL | 189.19º | 0.63% | 0.38% | - |
| HSV(B) | 189.19º | 0.78% | 0.63% | - |
| XYZ | 16.6 | 21.96 | 36.62 | - |
| YUV | 111.77 | 155.21 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 160 | 0.78 | 0.12 | 0 | 0.37 | 189.19 | 0.63 | 0.38 |
| Hex | 24 | 8D | A0 | 4E | C | 0 | 25 | BD | 3F | 26 |
| Octal | 44 | 215 | 240 | 116 | 14 | 0 | 45 | 275 | 77 | 46 |
| Binary | 100100 | 10001101 | 10100000 | 1001110 | 1100 | 0 | 100101 | 10111101 | 111111 | 100110 |
Color Harmonies of #248DA0
Complementary color
Monochromatic Colors of #248DA0
Black with #248DA0
Text Example
Text Example
White with #248DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248DA0; }
p { color: rgb(36,141,160); }
H1.HeaderClassName
{
color: #248DA0;
}
.AnyTagClassName
{
color: #248DA0;
}
</style>
background-color css
<style>
a { background-color: #248DA0; }
a { background-color: rgb(36,141,160); }
div.DivClassName
{
background-color: #248DA0;
}
.BgClassName
{
background-color: #248DA0;
}
</style>
border-color css
<style>
span { border-color: #248DA0; }
span { border-color: rgb(36,141,160); }
td.TdClassName
{
border-color: #248DA0;
}
.TagClassName
{
border-color: #248DA0;
}
</style>