Shades of Scooter #2E8A94
Tints of Scooter #2E8A94
RGB
CMYK
RGB Variations
Color information
#2E8A94 (or 0x2E8A94) is known color: Scooter. HEX triplet: 2E, 8A and 94. RGB value is (46,138,148). Sum of RGB (Red+Green+Blue) = 46+138+148=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E8A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8A94 is #D1756B. Grayscale: #6F6F6F. Windows color (decimal): -13727084 or 9734702. OLE color: 9734702.
HSL color Cylindrical-coordinate representation of color #2E8A94: hue angle of 185.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E8A94 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 138 | 148 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.42 |
| HSL | 185.88º | 0.53% | 0.38% | - |
| HSV(B) | 185.88º | 0.69% | 0.58% | - |
| XYZ | 15.56 | 20.9 | 31.23 | - |
| YUV | 111.63 | 148.52 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 148 | 0.69 | 0.07 | 0 | 0.42 | 185.88 | 0.53 | 0.38 |
| Hex | 2E | 8A | 94 | 45 | 7 | 0 | 2A | BA | 35 | 26 |
| Octal | 56 | 212 | 224 | 105 | 7 | 0 | 52 | 272 | 65 | 46 |
| Binary | 101110 | 10001010 | 10010100 | 1000101 | 111 | 0 | 101010 | 10111010 | 110101 | 100110 |
Color Harmonies of #2E8A94
Complementary color
Monochromatic Colors of #2E8A94
Black with #2E8A94
Text Example
Text Example
White with #2E8A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8A94; }
p { color: rgb(46,138,148); }
H1.HeaderClassName
{
color: #2E8A94;
}
.AnyTagClassName
{
color: #2E8A94;
}
</style>
background-color css
<style>
a { background-color: #2E8A94; }
a { background-color: rgb(46,138,148); }
div.DivClassName
{
background-color: #2E8A94;
}
.BgClassName
{
background-color: #2E8A94;
}
</style>
border-color css
<style>
span { border-color: #2E8A94; }
span { border-color: rgb(46,138,148); }
td.TdClassName
{
border-color: #2E8A94;
}
.TagClassName
{
border-color: #2E8A94;
}
</style>