Shades of Scooter #2A8795
Tints of Scooter #2A8795
RGB
CMYK
RGB Variations
Color information
#2A8795 (or 0x2A8795) is known color: Scooter. HEX triplet: 2A, 87 and 95. RGB value is (42,135,149). Sum of RGB (Red+Green+Blue) = 42+135+149=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A8795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8795 is #D5786A. Grayscale: #6C6C6C. Windows color (decimal): -13989995 or 9799466. OLE color: 9799466.
HSL color Cylindrical-coordinate representation of color #2A8795: hue angle of 187.85º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A8795 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 135 | 149 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.42 |
| HSL | 187.85º | 0.56% | 0.37% | - |
| HSV(B) | 187.85º | 0.72% | 0.58% | - |
| XYZ | 15.04 | 19.99 | 31.5 | - |
| YUV | 108.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 149 | 0.72 | 0.09 | 0 | 0.42 | 187.85 | 0.56 | 0.37 |
| Hex | 2A | 87 | 95 | 48 | 9 | 0 | 2A | BC | 38 | 25 |
| Octal | 52 | 207 | 225 | 110 | 11 | 0 | 52 | 274 | 70 | 45 |
| Binary | 101010 | 10000111 | 10010101 | 1001000 | 1001 | 0 | 101010 | 10111100 | 111000 | 100101 |
Color Harmonies of #2A8795
Complementary color
Monochromatic Colors of #2A8795
Black with #2A8795
Text Example
Text Example
White with #2A8795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8795; }
p { color: rgb(42,135,149); }
H1.HeaderClassName
{
color: #2A8795;
}
.AnyTagClassName
{
color: #2A8795;
}
</style>
background-color css
<style>
a { background-color: #2A8795; }
a { background-color: rgb(42,135,149); }
div.DivClassName
{
background-color: #2A8795;
}
.BgClassName
{
background-color: #2A8795;
}
</style>
border-color css
<style>
span { border-color: #2A8795; }
span { border-color: rgb(42,135,149); }
td.TdClassName
{
border-color: #2A8795;
}
.TagClassName
{
border-color: #2A8795;
}
</style>