Shades of Scooter #2B899A
Tints of Scooter #2B899A
RGB
CMYK
RGB Variations
Color information
#2B899A (or 0x2B899A) is known color: Scooter. HEX triplet: 2B, 89 and 9A. RGB value is (43,137,154). Sum of RGB (Red+Green+Blue) = 43+137+154=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B899A is #D47665. Grayscale: #6E6E6E. Windows color (decimal): -13923942 or 10127659. OLE color: 10127659.
HSL color Cylindrical-coordinate representation of color #2B899A: hue angle of 189.19º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B899A is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 137 | 154 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.40 |
| HSL | 189.19º | 0.56% | 0.39% | - |
| HSV(B) | 189.19º | 0.72% | 0.6% | - |
| XYZ | 15.77 | 20.74 | 33.74 | - |
| YUV | 110.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 154 | 0.72 | 0.11 | 0 | 0.40 | 189.19 | 0.56 | 0.39 |
| Hex | 2B | 89 | 9A | 48 | B | 0 | 28 | BD | 38 | 27 |
| Octal | 53 | 211 | 232 | 110 | 13 | 0 | 50 | 275 | 70 | 47 |
| Binary | 101011 | 10001001 | 10011010 | 1001000 | 1011 | 0 | 101000 | 10111101 | 111000 | 100111 |
Color Harmonies of #2B899A
Complementary color
Monochromatic Colors of #2B899A
Black with #2B899A
Text Example
Text Example
White with #2B899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B899A; }
p { color: rgb(43,137,154); }
H1.HeaderClassName
{
color: #2B899A;
}
.AnyTagClassName
{
color: #2B899A;
}
</style>
background-color css
<style>
a { background-color: #2B899A; }
a { background-color: rgb(43,137,154); }
div.DivClassName
{
background-color: #2B899A;
}
.BgClassName
{
background-color: #2B899A;
}
</style>
border-color css
<style>
span { border-color: #2B899A; }
span { border-color: rgb(43,137,154); }
td.TdClassName
{
border-color: #2B899A;
}
.TagClassName
{
border-color: #2B899A;
}
</style>