Shades of Scooter #1983A0
Tints of Scooter #1983A0
RGB
CMYK
RGB Variations
Color information
#1983A0 (or 0x1983A0) is known color: Scooter. HEX triplet: 19, 83 and A0. RGB value is (25,131,160). Sum of RGB (Red+Green+Blue) = 25+131+160=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #1983A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1983A0 is #E67C5F. Grayscale: #666666. Windows color (decimal): -15105120 or 10519321. OLE color: 10519321.
HSL color Cylindrical-coordinate representation of color #1983A0: hue angle of 192.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1983A0 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 131 | 160 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.37 |
| HSL | 192.89º | 0.73% | 0.36% | - |
| HSV(B) | 192.89º | 0.84% | 0.63% | - |
| XYZ | 14.86 | 18.98 | 36.14 | - |
| YUV | 102.61 | 160.38 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 160 | 0.84 | 0.18 | 0 | 0.37 | 192.89 | 0.73 | 0.36 |
| Hex | 19 | 83 | A0 | 54 | 12 | 0 | 25 | C1 | 49 | 24 |
| Octal | 31 | 203 | 240 | 124 | 22 | 0 | 45 | 301 | 111 | 44 |
| Binary | 11001 | 10000011 | 10100000 | 1010100 | 10010 | 0 | 100101 | 11000001 | 1001001 | 100100 |
Color Harmonies of #1983A0
Complementary color
Monochromatic Colors of #1983A0
Black with #1983A0
Text Example
Text Example
White with #1983A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1983A0; }
p { color: rgb(25,131,160); }
H1.HeaderClassName
{
color: #1983A0;
}
.AnyTagClassName
{
color: #1983A0;
}
</style>
background-color css
<style>
a { background-color: #1983A0; }
a { background-color: rgb(25,131,160); }
div.DivClassName
{
background-color: #1983A0;
}
.BgClassName
{
background-color: #1983A0;
}
</style>
border-color css
<style>
span { border-color: #1983A0; }
span { border-color: rgb(25,131,160); }
td.TdClassName
{
border-color: #1983A0;
}
.TagClassName
{
border-color: #1983A0;
}
</style>