Shades of Scooter #208C9F
Tints of Scooter #208C9F
RGB
CMYK
RGB Variations
Color information
#208C9F (or 0x208C9F) is known color: Scooter. HEX triplet: 20, 8C and 9F. RGB value is (32,140,159). Sum of RGB (Red+Green+Blue) = 32+140+159=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #208C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208C9F is #DF7360. Grayscale: #6D6D6D. Windows color (decimal): -14644065 or 10456096. OLE color: 10456096.
HSL color Cylindrical-coordinate representation of color #208C9F: hue angle of 188.98º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #208C9F is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 140 | 159 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.38 |
| HSL | 188.98º | 0.66% | 0.37% | - |
| HSV(B) | 188.98º | 0.8% | 0.62% | - |
| XYZ | 16.23 | 21.57 | 36.11 | - |
| YUV | 109.87 | 155.72 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 159 | 0.80 | 0.12 | 0 | 0.38 | 188.98 | 0.66 | 0.37 |
| Hex | 20 | 8C | 9F | 50 | C | 0 | 26 | BD | 42 | 25 |
| Octal | 40 | 214 | 237 | 120 | 14 | 0 | 46 | 275 | 102 | 45 |
| Binary | 100000 | 10001100 | 10011111 | 1010000 | 1100 | 0 | 100110 | 10111101 | 1000010 | 100101 |
Color Harmonies of #208C9F
Complementary color
Monochromatic Colors of #208C9F
Black with #208C9F
Text Example
Text Example
White with #208C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C9F; }
p { color: rgb(32,140,159); }
H1.HeaderClassName
{
color: #208C9F;
}
.AnyTagClassName
{
color: #208C9F;
}
</style>
background-color css
<style>
a { background-color: #208C9F; }
a { background-color: rgb(32,140,159); }
div.DivClassName
{
background-color: #208C9F;
}
.BgClassName
{
background-color: #208C9F;
}
</style>
border-color css
<style>
span { border-color: #208C9F; }
span { border-color: rgb(32,140,159); }
td.TdClassName
{
border-color: #208C9F;
}
.TagClassName
{
border-color: #208C9F;
}
</style>