Shades of Scooter #1E849A
Tints of Scooter #1E849A
RGB
CMYK
RGB Variations
Color information
#1E849A (or 0x1E849A) is known color: Scooter. HEX triplet: 1E, 84 and 9A. RGB value is (30,132,154). Sum of RGB (Red+Green+Blue) = 30+132+154=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E849A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E849A is #E17B65. Grayscale: #676767. Windows color (decimal): -14777190 or 10126366. OLE color: 10126366.
HSL color Cylindrical-coordinate representation of color #1E849A: hue angle of 190.65º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E849A is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 132 | 154 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.40 |
| HSL | 190.65º | 0.67% | 0.36% | - |
| HSV(B) | 190.65º | 0.81% | 0.6% | - |
| XYZ | 14.62 | 19.11 | 33.49 | - |
| YUV | 104.01 | 156.21 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 154 | 0.81 | 0.14 | 0 | 0.40 | 190.65 | 0.67 | 0.36 |
| Hex | 1E | 84 | 9A | 51 | E | 0 | 28 | BF | 43 | 24 |
| Octal | 36 | 204 | 232 | 121 | 16 | 0 | 50 | 277 | 103 | 44 |
| Binary | 11110 | 10000100 | 10011010 | 1010001 | 1110 | 0 | 101000 | 10111111 | 1000011 | 100100 |
Color Harmonies of #1E849A
Complementary color
Monochromatic Colors of #1E849A
Black with #1E849A
Text Example
Text Example
White with #1E849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E849A; }
p { color: rgb(30,132,154); }
H1.HeaderClassName
{
color: #1E849A;
}
.AnyTagClassName
{
color: #1E849A;
}
</style>
background-color css
<style>
a { background-color: #1E849A; }
a { background-color: rgb(30,132,154); }
div.DivClassName
{
background-color: #1E849A;
}
.BgClassName
{
background-color: #1E849A;
}
</style>
border-color css
<style>
span { border-color: #1E849A; }
span { border-color: rgb(30,132,154); }
td.TdClassName
{
border-color: #1E849A;
}
.TagClassName
{
border-color: #1E849A;
}
</style>