Shades of Scooter #3C8C99
Tints of Scooter #3C8C99
RGB
CMYK
RGB Variations
Color information
#3C8C99 (or 0x3C8C99) is known color: Scooter. HEX triplet: 3C, 8C and 99. RGB value is (60,140,153). Sum of RGB (Red+Green+Blue) = 60+140+153=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C8C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8C99 is #C37366. Grayscale: #757575. Windows color (decimal): -12809063 or 10062908. OLE color: 10062908.
HSL color Cylindrical-coordinate representation of color #3C8C99: hue angle of 188.39º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C8C99 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 140 | 153 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.4 |
| HSL | 188.39º | 0.44% | 0.42% | - |
| HSV(B) | 188.39º | 0.61% | 0.6% | - |
| XYZ | 16.99 | 22.02 | 33.49 | - |
| YUV | 117.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 140 | 153 | 0.61 | 0.08 | 0 | 0.4 | 188.39 | 0.44 | 0.42 |
| Hex | 3C | 8C | 99 | 3D | 8 | 0 | 28 | BC | 2C | 2A |
| Octal | 74 | 214 | 231 | 75 | 10 | 0 | 50 | 274 | 54 | 52 |
| Binary | 111100 | 10001100 | 10011001 | 111101 | 1000 | 0 | 101000 | 10111100 | 101100 | 101010 |
Color Harmonies of #3C8C99
Complementary color
Monochromatic Colors of #3C8C99
Black with #3C8C99
Text Example
Text Example
White with #3C8C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8C99; }
p { color: rgb(60,140,153); }
H1.HeaderClassName
{
color: #3C8C99;
}
.AnyTagClassName
{
color: #3C8C99;
}
</style>
background-color css
<style>
a { background-color: #3C8C99; }
a { background-color: rgb(60,140,153); }
div.DivClassName
{
background-color: #3C8C99;
}
.BgClassName
{
background-color: #3C8C99;
}
</style>
border-color css
<style>
span { border-color: #3C8C99; }
span { border-color: rgb(60,140,153); }
td.TdClassName
{
border-color: #3C8C99;
}
.TagClassName
{
border-color: #3C8C99;
}
</style>