Shades of Scooter #1C7F9A
Tints of Scooter #1C7F9A
RGB
CMYK
RGB Variations
Color information
#1C7F9A (or 0x1C7F9A) is known color: Scooter. HEX triplet: 1C, 7F and 9A. RGB value is (28,127,154). Sum of RGB (Red+Green+Blue) = 28+127+154=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C7F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7F9A is #E38065. Grayscale: #646464. Windows color (decimal): -14909542 or 10125084. OLE color: 10125084.
HSL color Cylindrical-coordinate representation of color #1C7F9A: hue angle of 192.86º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C7F9A is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 127 | 154 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.40 |
| HSL | 192.86º | 0.69% | 0.36% | - |
| HSV(B) | 192.86º | 0.82% | 0.6% | - |
| XYZ | 13.9 | 17.76 | 33.27 | - |
| YUV | 100.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 127 | 154 | 0.82 | 0.18 | 0 | 0.40 | 192.86 | 0.69 | 0.36 |
| Hex | 1C | 7F | 9A | 52 | 12 | 0 | 28 | C1 | 45 | 24 |
| Octal | 34 | 177 | 232 | 122 | 22 | 0 | 50 | 301 | 105 | 44 |
| Binary | 11100 | 1111111 | 10011010 | 1010010 | 10010 | 0 | 101000 | 11000001 | 1000101 | 100100 |
Color Harmonies of #1C7F9A
Complementary color
Monochromatic Colors of #1C7F9A
Black with #1C7F9A
Text Example
Text Example
White with #1C7F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7F9A; }
p { color: rgb(28,127,154); }
H1.HeaderClassName
{
color: #1C7F9A;
}
.AnyTagClassName
{
color: #1C7F9A;
}
</style>
background-color css
<style>
a { background-color: #1C7F9A; }
a { background-color: rgb(28,127,154); }
div.DivClassName
{
background-color: #1C7F9A;
}
.BgClassName
{
background-color: #1C7F9A;
}
</style>
border-color css
<style>
span { border-color: #1C7F9A; }
span { border-color: rgb(28,127,154); }
td.TdClassName
{
border-color: #1C7F9A;
}
.TagClassName
{
border-color: #1C7F9A;
}
</style>