Shades of Scooter #2E8F96
Tints of Scooter #2E8F96
RGB
CMYK
RGB Variations
Color information
#2E8F96 (or 0x2E8F96) is known color: Scooter. HEX triplet: 2E, 8F and 96. RGB value is (46,143,150). Sum of RGB (Red+Green+Blue) = 46+143+150=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E8F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8F96 is #D17069. Grayscale: #727272. Windows color (decimal): -13725802 or 9867054. OLE color: 9867054.
HSL color Cylindrical-coordinate representation of color #2E8F96: hue angle of 184.04º 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 #2E8F96 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 143 | 150 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.41 |
| HSL | 184.04º | 0.53% | 0.38% | - |
| HSV(B) | 184.04º | 0.69% | 0.59% | - |
| XYZ | 16.45 | 22.43 | 32.32 | - |
| YUV | 114.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 143 | 150 | 0.69 | 0.05 | 0 | 0.41 | 184.04 | 0.53 | 0.38 |
| Hex | 2E | 8F | 96 | 45 | 5 | 0 | 29 | B8 | 35 | 26 |
| Octal | 56 | 217 | 226 | 105 | 5 | 0 | 51 | 270 | 65 | 46 |
| Binary | 101110 | 10001111 | 10010110 | 1000101 | 101 | 0 | 101001 | 10111000 | 110101 | 100110 |
Color Harmonies of #2E8F96
Complementary color
Monochromatic Colors of #2E8F96
Black with #2E8F96
Text Example
Text Example
White with #2E8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8F96; }
p { color: rgb(46,143,150); }
H1.HeaderClassName
{
color: #2E8F96;
}
.AnyTagClassName
{
color: #2E8F96;
}
</style>
background-color css
<style>
a { background-color: #2E8F96; }
a { background-color: rgb(46,143,150); }
div.DivClassName
{
background-color: #2E8F96;
}
.BgClassName
{
background-color: #2E8F96;
}
</style>
border-color css
<style>
span { border-color: #2E8F96; }
span { border-color: rgb(46,143,150); }
td.TdClassName
{
border-color: #2E8F96;
}
.TagClassName
{
border-color: #2E8F96;
}
</style>