Shades of Scooter #2A8B9A
Tints of Scooter #2A8B9A
RGB
CMYK
RGB Variations
Color information
#2A8B9A (or 0x2A8B9A) is known color: Scooter. HEX triplet: 2A, 8B and 9A. RGB value is (42,139,154). Sum of RGB (Red+Green+Blue) = 42+139+154=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A8B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8B9A is #D57465. Grayscale: #6F6F6F. Windows color (decimal): -13988966 or 10128170. OLE color: 10128170.
HSL color Cylindrical-coordinate representation of color #2A8B9A: hue angle of 188.04º 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 #2A8B9A is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 139 | 154 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.40 |
| HSL | 188.04º | 0.57% | 0.38% | - |
| HSV(B) | 188.04º | 0.73% | 0.6% | - |
| XYZ | 16.02 | 21.29 | 33.84 | - |
| YUV | 111.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 139 | 154 | 0.73 | 0.10 | 0 | 0.40 | 188.04 | 0.57 | 0.38 |
| Hex | 2A | 8B | 9A | 49 | A | 0 | 28 | BC | 39 | 26 |
| Octal | 52 | 213 | 232 | 111 | 12 | 0 | 50 | 274 | 71 | 46 |
| Binary | 101010 | 10001011 | 10011010 | 1001001 | 1010 | 0 | 101000 | 10111100 | 111001 | 100110 |
Color Harmonies of #2A8B9A
Complementary color
Monochromatic Colors of #2A8B9A
Black with #2A8B9A
Text Example
Text Example
White with #2A8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8B9A; }
p { color: rgb(42,139,154); }
H1.HeaderClassName
{
color: #2A8B9A;
}
.AnyTagClassName
{
color: #2A8B9A;
}
</style>
background-color css
<style>
a { background-color: #2A8B9A; }
a { background-color: rgb(42,139,154); }
div.DivClassName
{
background-color: #2A8B9A;
}
.BgClassName
{
background-color: #2A8B9A;
}
</style>
border-color css
<style>
span { border-color: #2A8B9A; }
span { border-color: rgb(42,139,154); }
td.TdClassName
{
border-color: #2A8B9A;
}
.TagClassName
{
border-color: #2A8B9A;
}
</style>