Shades of Scooter #2E8E96
Tints of Scooter #2E8E96
RGB
CMYK
RGB Variations
Color information
#2E8E96 (or 0x2E8E96) is known color: Scooter. HEX triplet: 2E, 8E and 96. RGB value is (46,142,150). Sum of RGB (Red+Green+Blue) = 46+142+150=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E8E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8E96 is #D17169. Grayscale: #727272. Windows color (decimal): -13726058 or 9866798. OLE color: 9866798.
HSL color Cylindrical-coordinate representation of color #2E8E96: hue angle of 184.62º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E8E96 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 142 | 150 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.41 |
| HSL | 184.62º | 0.53% | 0.38% | - |
| HSV(B) | 184.62º | 0.69% | 0.59% | - |
| XYZ | 16.3 | 22.13 | 32.27 | - |
| YUV | 114.21 | 148.2 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 142 | 150 | 0.69 | 0.05 | 0 | 0.41 | 184.62 | 0.53 | 0.38 |
| Hex | 2E | 8E | 96 | 45 | 5 | 0 | 29 | B9 | 35 | 26 |
| Octal | 56 | 216 | 226 | 105 | 5 | 0 | 51 | 271 | 65 | 46 |
| Binary | 101110 | 10001110 | 10010110 | 1000101 | 101 | 0 | 101001 | 10111001 | 110101 | 100110 |
Color Harmonies of #2E8E96
Complementary color
Monochromatic Colors of #2E8E96
Black with #2E8E96
Text Example
Text Example
White with #2E8E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8E96; }
p { color: rgb(46,142,150); }
H1.HeaderClassName
{
color: #2E8E96;
}
.AnyTagClassName
{
color: #2E8E96;
}
</style>
background-color css
<style>
a { background-color: #2E8E96; }
a { background-color: rgb(46,142,150); }
div.DivClassName
{
background-color: #2E8E96;
}
.BgClassName
{
background-color: #2E8E96;
}
</style>
border-color css
<style>
span { border-color: #2E8E96; }
span { border-color: rgb(46,142,150); }
td.TdClassName
{
border-color: #2E8E96;
}
.TagClassName
{
border-color: #2E8E96;
}
</style>