Shades of Scooter #2A8B9F
Tints of Scooter #2A8B9F
RGB
CMYK
RGB Variations
Color information
#2A8B9F (or 0x2A8B9F) is known color: Scooter. HEX triplet: 2A, 8B and 9F. RGB value is (42,139,159). Sum of RGB (Red+Green+Blue) = 42+139+159=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A8B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8B9F is #D57460. Grayscale: #707070. Windows color (decimal): -13988961 or 10455850. OLE color: 10455850.
HSL color Cylindrical-coordinate representation of color #2A8B9F: hue angle of 190.26º 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 #2A8B9F is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 139 | 159 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.38 |
| HSL | 190.26º | 0.58% | 0.39% | - |
| HSV(B) | 190.26º | 0.74% | 0.62% | - |
| XYZ | 16.45 | 21.46 | 36.08 | - |
| YUV | 112.28 | 154.36 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 139 | 159 | 0.74 | 0.13 | 0 | 0.38 | 190.26 | 0.58 | 0.39 |
| Hex | 2A | 8B | 9F | 4A | D | 0 | 26 | BE | 3A | 27 |
| Octal | 52 | 213 | 237 | 112 | 15 | 0 | 46 | 276 | 72 | 47 |
| Binary | 101010 | 10001011 | 10011111 | 1001010 | 1101 | 0 | 100110 | 10111110 | 111010 | 100111 |
Color Harmonies of #2A8B9F
Complementary color
Monochromatic Colors of #2A8B9F
Black with #2A8B9F
Text Example
Text Example
White with #2A8B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8B9F; }
p { color: rgb(42,139,159); }
H1.HeaderClassName
{
color: #2A8B9F;
}
.AnyTagClassName
{
color: #2A8B9F;
}
</style>
background-color css
<style>
a { background-color: #2A8B9F; }
a { background-color: rgb(42,139,159); }
div.DivClassName
{
background-color: #2A8B9F;
}
.BgClassName
{
background-color: #2A8B9F;
}
</style>
border-color css
<style>
span { border-color: #2A8B9F; }
span { border-color: rgb(42,139,159); }
td.TdClassName
{
border-color: #2A8B9F;
}
.TagClassName
{
border-color: #2A8B9F;
}
</style>