Shades of Scooter #208CA0
Tints of Scooter #208CA0
RGB
CMYK
RGB Variations
Color information
#208CA0 (or 0x208CA0) is known color: Scooter. HEX triplet: 20, 8C and A0. RGB value is (32,140,160). Sum of RGB (Red+Green+Blue) = 32+140+160=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #208CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208CA0 is #DF735F. Grayscale: #6D6D6D. Windows color (decimal): -14644064 or 10521632. OLE color: 10521632.
HSL color Cylindrical-coordinate representation of color #208CA0: hue angle of 189.38º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #208CA0 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 140 | 160 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.37 |
| HSL | 189.38º | 0.67% | 0.38% | - |
| HSV(B) | 189.38º | 0.8% | 0.63% | - |
| XYZ | 16.32 | 21.6 | 36.57 | - |
| YUV | 109.99 | 156.22 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 160 | 0.80 | 0.12 | 0 | 0.37 | 189.38 | 0.67 | 0.38 |
| Hex | 20 | 8C | A0 | 50 | C | 0 | 25 | BD | 43 | 26 |
| Octal | 40 | 214 | 240 | 120 | 14 | 0 | 45 | 275 | 103 | 46 |
| Binary | 100000 | 10001100 | 10100000 | 1010000 | 1100 | 0 | 100101 | 10111101 | 1000011 | 100110 |
Color Harmonies of #208CA0
Complementary color
Monochromatic Colors of #208CA0
Black with #208CA0
Text Example
Text Example
White with #208CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208CA0; }
p { color: rgb(32,140,160); }
H1.HeaderClassName
{
color: #208CA0;
}
.AnyTagClassName
{
color: #208CA0;
}
</style>
background-color css
<style>
a { background-color: #208CA0; }
a { background-color: rgb(32,140,160); }
div.DivClassName
{
background-color: #208CA0;
}
.BgClassName
{
background-color: #208CA0;
}
</style>
border-color css
<style>
span { border-color: #208CA0; }
span { border-color: rgb(32,140,160); }
td.TdClassName
{
border-color: #208CA0;
}
.TagClassName
{
border-color: #208CA0;
}
</style>