Shades of Scooter #2C8698
Tints of Scooter #2C8698
RGB
CMYK
RGB Variations
Color information
#2C8698 (or 0x2C8698) is known color: Scooter. HEX triplet: 2C, 86 and 98. RGB value is (44,134,152). Sum of RGB (Red+Green+Blue) = 44+134+152=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C8698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8698 is #D37967. Grayscale: #6C6C6C. Windows color (decimal): -13859176 or 9995820. OLE color: 9995820.
HSL color Cylindrical-coordinate representation of color #2C8698: hue angle of 190º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C8698 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 134 | 152 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.40 |
| HSL | 190º | 0.55% | 0.38% | - |
| HSV(B) | 190º | 0.71% | 0.6% | - |
| XYZ | 15.23 | 19.85 | 32.73 | - |
| YUV | 109.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 134 | 152 | 0.71 | 0.12 | 0 | 0.40 | 190 | 0.55 | 0.38 |
| Hex | 2C | 86 | 98 | 47 | C | 0 | 28 | BE | 37 | 26 |
| Octal | 54 | 206 | 230 | 107 | 14 | 0 | 50 | 276 | 67 | 46 |
| Binary | 101100 | 10000110 | 10011000 | 1000111 | 1100 | 0 | 101000 | 10111110 | 110111 | 100110 |
Color Harmonies of #2C8698
Complementary color
Monochromatic Colors of #2C8698
Black with #2C8698
Text Example
Text Example
White with #2C8698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8698; }
p { color: rgb(44,134,152); }
H1.HeaderClassName
{
color: #2C8698;
}
.AnyTagClassName
{
color: #2C8698;
}
</style>
background-color css
<style>
a { background-color: #2C8698; }
a { background-color: rgb(44,134,152); }
div.DivClassName
{
background-color: #2C8698;
}
.BgClassName
{
background-color: #2C8698;
}
</style>
border-color css
<style>
span { border-color: #2C8698; }
span { border-color: rgb(44,134,152); }
td.TdClassName
{
border-color: #2C8698;
}
.TagClassName
{
border-color: #2C8698;
}
</style>