Shades of Scooter #2B8AAB
Tints of Scooter #2B8AAB
RGB
CMYK
RGB Variations
Color information
#2B8AAB (or 0x2B8AAB) is known color: Scooter. HEX triplet: 2B, 8A and AB. RGB value is (43,138,171). Sum of RGB (Red+Green+Blue) = 43+138+171=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B8AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8AAB is #D47554. Grayscale: #717171. Windows color (decimal): -13923669 or 11242027. OLE color: 11242027.
HSL color Cylindrical-coordinate representation of color #2B8AAB: hue angle of 195.47º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B8AAB is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 138 | 171 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.33 |
| HSL | 195.47º | 0.6% | 0.42% | - |
| HSV(B) | 195.47º | 0.75% | 0.67% | - |
| XYZ | 17.44 | 21.63 | 41.78 | - |
| YUV | 113.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 171 | 0.75 | 0.19 | 0 | 0.33 | 195.47 | 0.6 | 0.42 |
| Hex | 2B | 8A | AB | 4B | 13 | 0 | 21 | C3 | 3C | 2A |
| Octal | 53 | 212 | 253 | 113 | 23 | 0 | 41 | 303 | 74 | 52 |
| Binary | 101011 | 10001010 | 10101011 | 1001011 | 10011 | 0 | 100001 | 11000011 | 111100 | 101010 |
Color Harmonies of #2B8AAB
Complementary color
Monochromatic Colors of #2B8AAB
Black with #2B8AAB
Text Example
Text Example
White with #2B8AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8AAB; }
p { color: rgb(43,138,171); }
H1.HeaderClassName
{
color: #2B8AAB;
}
.AnyTagClassName
{
color: #2B8AAB;
}
</style>
background-color css
<style>
a { background-color: #2B8AAB; }
a { background-color: rgb(43,138,171); }
div.DivClassName
{
background-color: #2B8AAB;
}
.BgClassName
{
background-color: #2B8AAB;
}
</style>
border-color css
<style>
span { border-color: #2B8AAB; }
span { border-color: rgb(43,138,171); }
td.TdClassName
{
border-color: #2B8AAB;
}
.TagClassName
{
border-color: #2B8AAB;
}
</style>