Shades of Scooter #3BA6A8
Tints of Scooter #3BA6A8
RGB
CMYK
RGB Variations
Color information
#3BA6A8 (or 0x3BA6A8) is known color: Scooter. HEX triplet: 3B, A6 and A8. RGB value is (59,166,168). Sum of RGB (Red+Green+Blue) = 59+166+168=393 (52% of max value = 765). Red value is 59 (23.44% from 255 or 15.01% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 168 - color contains mainly: blue. Hex color #3BA6A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA6A8 is #C45957. Grayscale: #868686. Windows color (decimal): -12867928 or 11052603. OLE color: 11052603.
HSL color Cylindrical-coordinate representation of color #3BA6A8: hue angle of 181.1º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA6A8 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 59 | 166 | 168 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.34 |
| HSL | 181.1º | 0.48% | 0.45% | - |
| HSV(B) | 181.1º | 0.65% | 0.66% | - |
| XYZ | 22.51 | 31.03 | 41.85 | - |
| YUV | 134.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 168 | 0.65 | 0.01 | 0 | 0.34 | 181.1 | 0.48 | 0.45 |
| Hex | 3B | A6 | A8 | 41 | 1 | 0 | 22 | B5 | 30 | 2D |
| Octal | 73 | 246 | 250 | 101 | 1 | 0 | 42 | 265 | 60 | 55 |
| Binary | 111011 | 10100110 | 10101000 | 1000001 | 1 | 0 | 100010 | 10110101 | 110000 | 101101 |
Color Harmonies of #3BA6A8
Complementary color
Monochromatic Colors of #3BA6A8
Black with #3BA6A8
Text Example
Text Example
White with #3BA6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA6A8; }
p { color: rgb(59,166,168); }
H1.HeaderClassName
{
color: #3BA6A8;
}
.AnyTagClassName
{
color: #3BA6A8;
}
</style>
background-color css
<style>
a { background-color: #3BA6A8; }
a { background-color: rgb(59,166,168); }
div.DivClassName
{
background-color: #3BA6A8;
}
.BgClassName
{
background-color: #3BA6A8;
}
</style>
border-color css
<style>
span { border-color: #3BA6A8; }
span { border-color: rgb(59,166,168); }
td.TdClassName
{
border-color: #3BA6A8;
}
.TagClassName
{
border-color: #3BA6A8;
}
</style>