Shades of Scooter #2A809A
Tints of Scooter #2A809A
RGB
CMYK
RGB Variations
Color information
#2A809A (or 0x2A809A) is known color: Scooter. HEX triplet: 2A, 80 and 9A. RGB value is (42,128,154). Sum of RGB (Red+Green+Blue) = 42+128+154=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A809A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A809A is #D57F65. Grayscale: #696969. Windows color (decimal): -13991782 or 10125354. OLE color: 10125354.
HSL color Cylindrical-coordinate representation of color #2A809A: hue angle of 193.93º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A809A is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 128 | 154 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.40 |
| HSL | 193.93º | 0.57% | 0.38% | - |
| HSV(B) | 193.93º | 0.73% | 0.6% | - |
| XYZ | 14.51 | 18.26 | 33.33 | - |
| YUV | 105.25 | 155.51 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 154 | 0.73 | 0.17 | 0 | 0.40 | 193.93 | 0.57 | 0.38 |
| Hex | 2A | 80 | 9A | 49 | 11 | 0 | 28 | C2 | 39 | 26 |
| Octal | 52 | 200 | 232 | 111 | 21 | 0 | 50 | 302 | 71 | 46 |
| Binary | 101010 | 10000000 | 10011010 | 1001001 | 10001 | 0 | 101000 | 11000010 | 111001 | 100110 |
Color Harmonies of #2A809A
Complementary color
Monochromatic Colors of #2A809A
Black with #2A809A
Text Example
Text Example
White with #2A809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A809A; }
p { color: rgb(42,128,154); }
H1.HeaderClassName
{
color: #2A809A;
}
.AnyTagClassName
{
color: #2A809A;
}
</style>
background-color css
<style>
a { background-color: #2A809A; }
a { background-color: rgb(42,128,154); }
div.DivClassName
{
background-color: #2A809A;
}
.BgClassName
{
background-color: #2A809A;
}
</style>
border-color css
<style>
span { border-color: #2A809A; }
span { border-color: rgb(42,128,154); }
td.TdClassName
{
border-color: #2A809A;
}
.TagClassName
{
border-color: #2A809A;
}
</style>