Shades of Scooter #2E889D
Tints of Scooter #2E889D
RGB
CMYK
RGB Variations
Color information
#2E889D (or 0x2E889D) is known color: Scooter. HEX triplet: 2E, 88 and 9D. RGB value is (46,136,157). Sum of RGB (Red+Green+Blue) = 46+136+157=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E889D is #D17762. Grayscale: #6F6F6F. Windows color (decimal): -13727587 or 10324014. OLE color: 10324014.
HSL color Cylindrical-coordinate representation of color #2E889D: hue angle of 191.35º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E889D is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 136 | 157 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.38 |
| HSL | 191.35º | 0.55% | 0.4% | - |
| HSV(B) | 191.35º | 0.71% | 0.62% | - |
| XYZ | 16.02 | 20.62 | 35.03 | - |
| YUV | 111.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 157 | 0.71 | 0.13 | 0 | 0.38 | 191.35 | 0.55 | 0.4 |
| Hex | 2E | 88 | 9D | 47 | D | 0 | 26 | BF | 37 | 28 |
| Octal | 56 | 210 | 235 | 107 | 15 | 0 | 46 | 277 | 67 | 50 |
| Binary | 101110 | 10001000 | 10011101 | 1000111 | 1101 | 0 | 100110 | 10111111 | 110111 | 101000 |
Color Harmonies of #2E889D
Complementary color
Monochromatic Colors of #2E889D
Black with #2E889D
Text Example
Text Example
White with #2E889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E889D; }
p { color: rgb(46,136,157); }
H1.HeaderClassName
{
color: #2E889D;
}
.AnyTagClassName
{
color: #2E889D;
}
</style>
background-color css
<style>
a { background-color: #2E889D; }
a { background-color: rgb(46,136,157); }
div.DivClassName
{
background-color: #2E889D;
}
.BgClassName
{
background-color: #2E889D;
}
</style>
border-color css
<style>
span { border-color: #2E889D; }
span { border-color: rgb(46,136,157); }
td.TdClassName
{
border-color: #2E889D;
}
.TagClassName
{
border-color: #2E889D;
}
</style>