Shades of Scooter #40A0A5
Tints of Scooter #40A0A5
RGB
CMYK
RGB Variations
Color information
#40A0A5 (or 0x40A0A5) is known color: Scooter. HEX triplet: 40, A0 and A5. RGB value is (64,160,165). Sum of RGB (Red+Green+Blue) = 64+160+165=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #40A0A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A0A5 is #BF5F5A. Grayscale: #838383. Windows color (decimal): -12541787 or 10854464. OLE color: 10854464.
HSL color Cylindrical-coordinate representation of color #40A0A5: hue angle of 182.97º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A0A5 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 160 | 165 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.35 |
| HSL | 182.97º | 0.44% | 0.45% | - |
| HSV(B) | 182.97º | 0.61% | 0.65% | - |
| XYZ | 21.48 | 28.95 | 40.05 | - |
| YUV | 131.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 165 | 0.61 | 0.03 | 0 | 0.35 | 182.97 | 0.44 | 0.45 |
| Hex | 40 | A0 | A5 | 3D | 3 | 0 | 23 | B7 | 2C | 2D |
| Octal | 100 | 240 | 245 | 75 | 3 | 0 | 43 | 267 | 54 | 55 |
| Binary | 1000000 | 10100000 | 10100101 | 111101 | 11 | 0 | 100011 | 10110111 | 101100 | 101101 |
Color Harmonies of #40A0A5
Complementary color
Monochromatic Colors of #40A0A5
Black with #40A0A5
Text Example
Text Example
White with #40A0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A0A5; }
p { color: rgb(64,160,165); }
H1.HeaderClassName
{
color: #40A0A5;
}
.AnyTagClassName
{
color: #40A0A5;
}
</style>
background-color css
<style>
a { background-color: #40A0A5; }
a { background-color: rgb(64,160,165); }
div.DivClassName
{
background-color: #40A0A5;
}
.BgClassName
{
background-color: #40A0A5;
}
</style>
border-color css
<style>
span { border-color: #40A0A5; }
span { border-color: rgb(64,160,165); }
td.TdClassName
{
border-color: #40A0A5;
}
.TagClassName
{
border-color: #40A0A5;
}
</style>