Shades of Scooter #2A828E
Tints of Scooter #2A828E
RGB
CMYK
RGB Variations
Color information
#2A828E (or 0x2A828E) is known color: Scooter. HEX triplet: 2A, 82 and 8E. RGB value is (42,130,142). Sum of RGB (Red+Green+Blue) = 42+130+142=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A828E is #D57D71. Grayscale: #686868. Windows color (decimal): -13991282 or 9339434. OLE color: 9339434.
HSL color Cylindrical-coordinate representation of color #2A828E: hue angle of 187.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A828E is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 130 | 142 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.44 |
| HSL | 187.2º | 0.54% | 0.36% | - |
| HSV(B) | 187.2º | 0.7% | 0.56% | - |
| XYZ | 13.82 | 18.41 | 28.42 | - |
| YUV | 105.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 142 | 0.70 | 0.08 | 0 | 0.44 | 187.2 | 0.54 | 0.36 |
| Hex | 2A | 82 | 8E | 46 | 8 | 0 | 2C | BB | 36 | 24 |
| Octal | 52 | 202 | 216 | 106 | 10 | 0 | 54 | 273 | 66 | 44 |
| Binary | 101010 | 10000010 | 10001110 | 1000110 | 1000 | 0 | 101100 | 10111011 | 110110 | 100100 |
Color Harmonies of #2A828E
Complementary color
Monochromatic Colors of #2A828E
Black with #2A828E
Text Example
Text Example
White with #2A828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A828E; }
p { color: rgb(42,130,142); }
H1.HeaderClassName
{
color: #2A828E;
}
.AnyTagClassName
{
color: #2A828E;
}
</style>
background-color css
<style>
a { background-color: #2A828E; }
a { background-color: rgb(42,130,142); }
div.DivClassName
{
background-color: #2A828E;
}
.BgClassName
{
background-color: #2A828E;
}
</style>
border-color css
<style>
span { border-color: #2A828E; }
span { border-color: rgb(42,130,142); }
td.TdClassName
{
border-color: #2A828E;
}
.TagClassName
{
border-color: #2A828E;
}
</style>