Shades of Scooter #2A899F
Tints of Scooter #2A899F
RGB
CMYK
RGB Variations
Color information
#2A899F (or 0x2A899F) is known color: Scooter. HEX triplet: 2A, 89 and 9F. RGB value is (42,137,159). Sum of RGB (Red+Green+Blue) = 42+137+159=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A899F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A899F is #D57660. Grayscale: #6E6E6E. Windows color (decimal): -13989473 or 10455338. OLE color: 10455338.
HSL color Cylindrical-coordinate representation of color #2A899F: hue angle of 191.28º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A899F is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 137 | 159 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.38 |
| HSL | 191.28º | 0.58% | 0.39% | - |
| HSV(B) | 191.28º | 0.74% | 0.62% | - |
| XYZ | 16.16 | 20.89 | 35.98 | - |
| YUV | 111.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 159 | 0.74 | 0.14 | 0 | 0.38 | 191.28 | 0.58 | 0.39 |
| Hex | 2A | 89 | 9F | 4A | E | 0 | 26 | BF | 3A | 27 |
| Octal | 52 | 211 | 237 | 112 | 16 | 0 | 46 | 277 | 72 | 47 |
| Binary | 101010 | 10001001 | 10011111 | 1001010 | 1110 | 0 | 100110 | 10111111 | 111010 | 100111 |
Color Harmonies of #2A899F
Complementary color
Monochromatic Colors of #2A899F
Black with #2A899F
Text Example
Text Example
White with #2A899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A899F; }
p { color: rgb(42,137,159); }
H1.HeaderClassName
{
color: #2A899F;
}
.AnyTagClassName
{
color: #2A899F;
}
</style>
background-color css
<style>
a { background-color: #2A899F; }
a { background-color: rgb(42,137,159); }
div.DivClassName
{
background-color: #2A899F;
}
.BgClassName
{
background-color: #2A899F;
}
</style>
border-color css
<style>
span { border-color: #2A899F; }
span { border-color: rgb(42,137,159); }
td.TdClassName
{
border-color: #2A899F;
}
.TagClassName
{
border-color: #2A899F;
}
</style>