Shades of Scooter #2B8695
Tints of Scooter #2B8695
RGB
CMYK
RGB Variations
Color information
#2B8695 (or 0x2B8695) is known color: Scooter. HEX triplet: 2B, 86 and 95. RGB value is (43,134,149). Sum of RGB (Red+Green+Blue) = 43+134+149=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 134 (52.73% from 255 or 41.10% 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 #2B8695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8695 is #D4796A. Grayscale: #6C6C6C. Windows color (decimal): -13924715 or 9799211. OLE color: 9799211.
HSL color Cylindrical-coordinate representation of color #2B8695: hue angle of 188.49º 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 #2B8695 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 134 | 149 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.42 |
| HSL | 188.49º | 0.55% | 0.38% | - |
| HSV(B) | 188.49º | 0.71% | 0.58% | - |
| XYZ | 14.95 | 19.73 | 31.46 | - |
| YUV | 108.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 149 | 0.71 | 0.10 | 0 | 0.42 | 188.49 | 0.55 | 0.38 |
| Hex | 2B | 86 | 95 | 47 | A | 0 | 2A | BC | 37 | 26 |
| Octal | 53 | 206 | 225 | 107 | 12 | 0 | 52 | 274 | 67 | 46 |
| Binary | 101011 | 10000110 | 10010101 | 1000111 | 1010 | 0 | 101010 | 10111100 | 110111 | 100110 |
Color Harmonies of #2B8695
Complementary color
Monochromatic Colors of #2B8695
Black with #2B8695
Text Example
Text Example
White with #2B8695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8695; }
p { color: rgb(43,134,149); }
H1.HeaderClassName
{
color: #2B8695;
}
.AnyTagClassName
{
color: #2B8695;
}
</style>
background-color css
<style>
a { background-color: #2B8695; }
a { background-color: rgb(43,134,149); }
div.DivClassName
{
background-color: #2B8695;
}
.BgClassName
{
background-color: #2B8695;
}
</style>
border-color css
<style>
span { border-color: #2B8695; }
span { border-color: rgb(43,134,149); }
td.TdClassName
{
border-color: #2B8695;
}
.TagClassName
{
border-color: #2B8695;
}
</style>