Shades of Scooter #2A8690
Tints of Scooter #2A8690
RGB
CMYK
RGB Variations
Color information
#2A8690 (or 0x2A8690) is known color: Scooter. HEX triplet: 2A, 86 and 90. RGB value is (42,134,144). Sum of RGB (Red+Green+Blue) = 42+134+144=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #2A8690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8690 is #D5796F. Grayscale: #6B6B6B. Windows color (decimal): -13990256 or 9471530. OLE color: 9471530.
HSL color Cylindrical-coordinate representation of color #2A8690: hue angle of 185.88º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8690 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 134 | 144 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.44 |
| HSL | 185.88º | 0.55% | 0.36% | - |
| HSV(B) | 185.88º | 0.71% | 0.56% | - |
| XYZ | 14.51 | 19.56 | 29.4 | - |
| YUV | 107.63 | 148.52 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 144 | 0.71 | 0.07 | 0 | 0.44 | 185.88 | 0.55 | 0.36 |
| Hex | 2A | 86 | 90 | 47 | 7 | 0 | 2C | BA | 37 | 24 |
| Octal | 52 | 206 | 220 | 107 | 7 | 0 | 54 | 272 | 67 | 44 |
| Binary | 101010 | 10000110 | 10010000 | 1000111 | 111 | 0 | 101100 | 10111010 | 110111 | 100100 |
Color Harmonies of #2A8690
Complementary color
Monochromatic Colors of #2A8690
Black with #2A8690
Text Example
Text Example
White with #2A8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8690; }
p { color: rgb(42,134,144); }
H1.HeaderClassName
{
color: #2A8690;
}
.AnyTagClassName
{
color: #2A8690;
}
</style>
background-color css
<style>
a { background-color: #2A8690; }
a { background-color: rgb(42,134,144); }
div.DivClassName
{
background-color: #2A8690;
}
.BgClassName
{
background-color: #2A8690;
}
</style>
border-color css
<style>
span { border-color: #2A8690; }
span { border-color: rgb(42,134,144); }
td.TdClassName
{
border-color: #2A8690;
}
.TagClassName
{
border-color: #2A8690;
}
</style>