Shades of Scooter #1C829E
Tints of Scooter #1C829E
RGB
CMYK
RGB Variations
Color information
#1C829E (or 0x1C829E) is known color: Scooter. HEX triplet: 1C, 82 and 9E. RGB value is (28,130,158). Sum of RGB (Red+Green+Blue) = 28+130+158=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C829E is #E37D61. Grayscale: #666666. Windows color (decimal): -14908770 or 10387996. OLE color: 10387996.
HSL color Cylindrical-coordinate representation of color #1C829E: hue angle of 192.92º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C829E is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 130 | 158 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.38 |
| HSL | 192.92º | 0.7% | 0.36% | - |
| HSV(B) | 192.92º | 0.82% | 0.62% | - |
| XYZ | 14.63 | 18.68 | 35.18 | - |
| YUV | 102.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 130 | 158 | 0.82 | 0.18 | 0 | 0.38 | 192.92 | 0.7 | 0.36 |
| Hex | 1C | 82 | 9E | 52 | 12 | 0 | 26 | C1 | 46 | 24 |
| Octal | 34 | 202 | 236 | 122 | 22 | 0 | 46 | 301 | 106 | 44 |
| Binary | 11100 | 10000010 | 10011110 | 1010010 | 10010 | 0 | 100110 | 11000001 | 1000110 | 100100 |
Color Harmonies of #1C829E
Complementary color
Monochromatic Colors of #1C829E
Black with #1C829E
Text Example
Text Example
White with #1C829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C829E; }
p { color: rgb(28,130,158); }
H1.HeaderClassName
{
color: #1C829E;
}
.AnyTagClassName
{
color: #1C829E;
}
</style>
background-color css
<style>
a { background-color: #1C829E; }
a { background-color: rgb(28,130,158); }
div.DivClassName
{
background-color: #1C829E;
}
.BgClassName
{
background-color: #1C829E;
}
</style>
border-color css
<style>
span { border-color: #1C829E; }
span { border-color: rgb(28,130,158); }
td.TdClassName
{
border-color: #1C829E;
}
.TagClassName
{
border-color: #1C829E;
}
</style>