Shades of Scooter #2E8E99
Tints of Scooter #2E8E99
RGB
CMYK
RGB Variations
Color information
#2E8E99 (or 0x2E8E99) is known color: Scooter. HEX triplet: 2E, 8E and 99. RGB value is (46,142,153). Sum of RGB (Red+Green+Blue) = 46+142+153=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E8E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8E99 is #D17166. Grayscale: #727272. Windows color (decimal): -13726055 or 10063406. OLE color: 10063406.
HSL color Cylindrical-coordinate representation of color #2E8E99: hue angle of 186.17º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E8E99 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 142 | 153 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.4 |
| HSL | 186.17º | 0.54% | 0.39% | - |
| HSV(B) | 186.17º | 0.7% | 0.6% | - |
| XYZ | 16.55 | 22.23 | 33.55 | - |
| YUV | 114.55 | 149.7 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 142 | 153 | 0.70 | 0.07 | 0 | 0.4 | 186.17 | 0.54 | 0.39 |
| Hex | 2E | 8E | 99 | 46 | 7 | 0 | 28 | BA | 36 | 27 |
| Octal | 56 | 216 | 231 | 106 | 7 | 0 | 50 | 272 | 66 | 47 |
| Binary | 101110 | 10001110 | 10011001 | 1000110 | 111 | 0 | 101000 | 10111010 | 110110 | 100111 |
Color Harmonies of #2E8E99
Complementary color
Monochromatic Colors of #2E8E99
Black with #2E8E99
Text Example
Text Example
White with #2E8E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8E99; }
p { color: rgb(46,142,153); }
H1.HeaderClassName
{
color: #2E8E99;
}
.AnyTagClassName
{
color: #2E8E99;
}
</style>
background-color css
<style>
a { background-color: #2E8E99; }
a { background-color: rgb(46,142,153); }
div.DivClassName
{
background-color: #2E8E99;
}
.BgClassName
{
background-color: #2E8E99;
}
</style>
border-color css
<style>
span { border-color: #2E8E99; }
span { border-color: rgb(46,142,153); }
td.TdClassName
{
border-color: #2E8E99;
}
.TagClassName
{
border-color: #2E8E99;
}
</style>