Shades of Scooter #2B8F99
Tints of Scooter #2B8F99
RGB
CMYK
RGB Variations
Color information
#2B8F99 (or 0x2B8F99) is known color: Scooter. HEX triplet: 2B, 8F and 99. RGB value is (43,143,153). Sum of RGB (Red+Green+Blue) = 43+143+153=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B8F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8F99 is #D47066. Grayscale: #727272. Windows color (decimal): -13922407 or 10063659. OLE color: 10063659.
HSL color Cylindrical-coordinate representation of color #2B8F99: hue angle of 185.45º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B8F99 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 143 | 153 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.4 |
| HSL | 185.45º | 0.56% | 0.38% | - |
| HSV(B) | 185.45º | 0.72% | 0.6% | - |
| XYZ | 16.57 | 22.46 | 33.6 | - |
| YUV | 114.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 153 | 0.72 | 0.07 | 0 | 0.4 | 185.45 | 0.56 | 0.38 |
| Hex | 2B | 8F | 99 | 48 | 7 | 0 | 28 | B9 | 38 | 26 |
| Octal | 53 | 217 | 231 | 110 | 7 | 0 | 50 | 271 | 70 | 46 |
| Binary | 101011 | 10001111 | 10011001 | 1001000 | 111 | 0 | 101000 | 10111001 | 111000 | 100110 |
Color Harmonies of #2B8F99
Complementary color
Monochromatic Colors of #2B8F99
Black with #2B8F99
Text Example
Text Example
White with #2B8F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F99; }
p { color: rgb(43,143,153); }
H1.HeaderClassName
{
color: #2B8F99;
}
.AnyTagClassName
{
color: #2B8F99;
}
</style>
background-color css
<style>
a { background-color: #2B8F99; }
a { background-color: rgb(43,143,153); }
div.DivClassName
{
background-color: #2B8F99;
}
.BgClassName
{
background-color: #2B8F99;
}
</style>
border-color css
<style>
span { border-color: #2B8F99; }
span { border-color: rgb(43,143,153); }
td.TdClassName
{
border-color: #2B8F99;
}
.TagClassName
{
border-color: #2B8F99;
}
</style>