Shades of Scooter #2B8995
Tints of Scooter #2B8995
RGB
CMYK
RGB Variations
Color information
#2B8995 (or 0x2B8995) is known color: Scooter. HEX triplet: 2B, 89 and 95. RGB value is (43,137,149). Sum of RGB (Red+Green+Blue) = 43+137+149=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B8995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8995 is #D4766A. Grayscale: #6E6E6E. Windows color (decimal): -13923947 or 9799979. OLE color: 9799979.
HSL color Cylindrical-coordinate representation of color #2B8995: hue angle of 186.79º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B8995 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 137 | 149 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.42 |
| HSL | 186.79º | 0.55% | 0.38% | - |
| HSV(B) | 186.79º | 0.71% | 0.58% | - |
| XYZ | 15.37 | 20.57 | 31.6 | - |
| YUV | 110.26 | 149.86 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 149 | 0.71 | 0.08 | 0 | 0.42 | 186.79 | 0.55 | 0.38 |
| Hex | 2B | 89 | 95 | 47 | 8 | 0 | 2A | BB | 37 | 26 |
| Octal | 53 | 211 | 225 | 107 | 10 | 0 | 52 | 273 | 67 | 46 |
| Binary | 101011 | 10001001 | 10010101 | 1000111 | 1000 | 0 | 101010 | 10111011 | 110111 | 100110 |
Color Harmonies of #2B8995
Complementary color
Monochromatic Colors of #2B8995
Black with #2B8995
Text Example
Text Example
White with #2B8995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8995; }
p { color: rgb(43,137,149); }
H1.HeaderClassName
{
color: #2B8995;
}
.AnyTagClassName
{
color: #2B8995;
}
</style>
background-color css
<style>
a { background-color: #2B8995; }
a { background-color: rgb(43,137,149); }
div.DivClassName
{
background-color: #2B8995;
}
.BgClassName
{
background-color: #2B8995;
}
</style>
border-color css
<style>
span { border-color: #2B8995; }
span { border-color: rgb(43,137,149); }
td.TdClassName
{
border-color: #2B8995;
}
.TagClassName
{
border-color: #2B8995;
}
</style>