Shades of Scooter #2B8C99
Tints of Scooter #2B8C99
RGB
CMYK
RGB Variations
Color information
#2B8C99 (or 0x2B8C99) is known color: Scooter. HEX triplet: 2B, 8C and 99. RGB value is (43,140,153). Sum of RGB (Red+Green+Blue) = 43+140+153=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B8C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8C99 is #D47366. Grayscale: #707070. Windows color (decimal): -13923175 or 10062891. OLE color: 10062891.
HSL color Cylindrical-coordinate representation of color #2B8C99: hue angle of 187.09º 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 #2B8C99 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 140 | 153 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.4 |
| HSL | 187.09º | 0.56% | 0.38% | - |
| HSV(B) | 187.09º | 0.72% | 0.6% | - |
| XYZ | 16.12 | 21.57 | 33.45 | - |
| YUV | 112.48 | 150.86 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 153 | 0.72 | 0.08 | 0 | 0.4 | 187.09 | 0.56 | 0.38 |
| Hex | 2B | 8C | 99 | 48 | 8 | 0 | 28 | BB | 38 | 26 |
| Octal | 53 | 214 | 231 | 110 | 10 | 0 | 50 | 273 | 70 | 46 |
| Binary | 101011 | 10001100 | 10011001 | 1001000 | 1000 | 0 | 101000 | 10111011 | 111000 | 100110 |
Color Harmonies of #2B8C99
Complementary color
Monochromatic Colors of #2B8C99
Black with #2B8C99
Text Example
Text Example
White with #2B8C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C99; }
p { color: rgb(43,140,153); }
H1.HeaderClassName
{
color: #2B8C99;
}
.AnyTagClassName
{
color: #2B8C99;
}
</style>
background-color css
<style>
a { background-color: #2B8C99; }
a { background-color: rgb(43,140,153); }
div.DivClassName
{
background-color: #2B8C99;
}
.BgClassName
{
background-color: #2B8C99;
}
</style>
border-color css
<style>
span { border-color: #2B8C99; }
span { border-color: rgb(43,140,153); }
td.TdClassName
{
border-color: #2B8C99;
}
.TagClassName
{
border-color: #2B8C99;
}
</style>