Shades of Scooter #2E829A
Tints of Scooter #2E829A
RGB
CMYK
RGB Variations
Color information
#2E829A (or 0x2E829A) is known color: Scooter. HEX triplet: 2E, 82 and 9A. RGB value is (46,130,154). Sum of RGB (Red+Green+Blue) = 46+130+154=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E829A is #D17D65. Grayscale: #6B6B6B. Windows color (decimal): -13729126 or 10125870. OLE color: 10125870.
HSL color Cylindrical-coordinate representation of color #2E829A: hue angle of 193.33º 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 #2E829A is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 130 | 154 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.40 |
| HSL | 193.33º | 0.54% | 0.39% | - |
| HSV(B) | 193.33º | 0.7% | 0.6% | - |
| XYZ | 14.94 | 18.88 | 33.43 | - |
| YUV | 107.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 130 | 154 | 0.70 | 0.16 | 0 | 0.40 | 193.33 | 0.54 | 0.39 |
| Hex | 2E | 82 | 9A | 46 | 10 | 0 | 28 | C1 | 36 | 27 |
| Octal | 56 | 202 | 232 | 106 | 20 | 0 | 50 | 301 | 66 | 47 |
| Binary | 101110 | 10000010 | 10011010 | 1000110 | 10000 | 0 | 101000 | 11000001 | 110110 | 100111 |
Color Harmonies of #2E829A
Complementary color
Monochromatic Colors of #2E829A
Black with #2E829A
Text Example
Text Example
White with #2E829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E829A; }
p { color: rgb(46,130,154); }
H1.HeaderClassName
{
color: #2E829A;
}
.AnyTagClassName
{
color: #2E829A;
}
</style>
background-color css
<style>
a { background-color: #2E829A; }
a { background-color: rgb(46,130,154); }
div.DivClassName
{
background-color: #2E829A;
}
.BgClassName
{
background-color: #2E829A;
}
</style>
border-color css
<style>
span { border-color: #2E829A; }
span { border-color: rgb(46,130,154); }
td.TdClassName
{
border-color: #2E829A;
}
.TagClassName
{
border-color: #2E829A;
}
</style>