Shades of Scooter #288D99
Tints of Scooter #288D99
RGB
CMYK
RGB Variations
Color information
#288D99 (or 0x288D99) is known color: Scooter. HEX triplet: 28, 8D and 99. RGB value is (40,141,153). Sum of RGB (Red+Green+Blue) = 40+141+153=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #288D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D99 is #D77266. Grayscale: #707070. Windows color (decimal): -14119527 or 10063144. OLE color: 10063144.
HSL color Cylindrical-coordinate representation of color #288D99: hue angle of 186.37º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288D99 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 141 | 153 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.4 |
| HSL | 186.37º | 0.59% | 0.38% | - |
| HSV(B) | 186.37º | 0.74% | 0.6% | - |
| XYZ | 16.15 | 21.8 | 33.49 | - |
| YUV | 112.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 153 | 0.74 | 0.08 | 0 | 0.4 | 186.37 | 0.59 | 0.38 |
| Hex | 28 | 8D | 99 | 4A | 8 | 0 | 28 | BA | 3B | 26 |
| Octal | 50 | 215 | 231 | 112 | 10 | 0 | 50 | 272 | 73 | 46 |
| Binary | 101000 | 10001101 | 10011001 | 1001010 | 1000 | 0 | 101000 | 10111010 | 111011 | 100110 |
Color Harmonies of #288D99
Complementary color
Monochromatic Colors of #288D99
Black with #288D99
Text Example
Text Example
White with #288D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D99; }
p { color: rgb(40,141,153); }
H1.HeaderClassName
{
color: #288D99;
}
.AnyTagClassName
{
color: #288D99;
}
</style>
background-color css
<style>
a { background-color: #288D99; }
a { background-color: rgb(40,141,153); }
div.DivClassName
{
background-color: #288D99;
}
.BgClassName
{
background-color: #288D99;
}
</style>
border-color css
<style>
span { border-color: #288D99; }
span { border-color: rgb(40,141,153); }
td.TdClassName
{
border-color: #288D99;
}
.TagClassName
{
border-color: #288D99;
}
</style>