Shades of Scooter #2C8F99
Tints of Scooter #2C8F99
RGB
CMYK
RGB Variations
Color information
#2C8F99 (or 0x2C8F99) is known color: Scooter. HEX triplet: 2C, 8F and 99. RGB value is (44,143,153). Sum of RGB (Red+Green+Blue) = 44+143+153=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C8F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8F99 is #D37066. Grayscale: #727272. Windows color (decimal): -13856871 or 10063660. OLE color: 10063660.
HSL color Cylindrical-coordinate representation of color #2C8F99: hue angle of 185.5º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C8F99 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 44 | 143 | 153 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.4 |
| HSL | 185.5º | 0.55% | 0.39% | - |
| HSV(B) | 185.5º | 0.71% | 0.6% | - |
| XYZ | 16.61 | 22.48 | 33.6 | - |
| YUV | 114.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 143 | 153 | 0.71 | 0.07 | 0 | 0.4 | 185.5 | 0.55 | 0.39 |
| Hex | 2C | 8F | 99 | 47 | 7 | 0 | 28 | BA | 37 | 27 |
| Octal | 54 | 217 | 231 | 107 | 7 | 0 | 50 | 272 | 67 | 47 |
| Binary | 101100 | 10001111 | 10011001 | 1000111 | 111 | 0 | 101000 | 10111010 | 110111 | 100111 |
Color Harmonies of #2C8F99
Complementary color
Monochromatic Colors of #2C8F99
Black with #2C8F99
Text Example
Text Example
White with #2C8F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8F99; }
p { color: rgb(44,143,153); }
H1.HeaderClassName
{
color: #2C8F99;
}
.AnyTagClassName
{
color: #2C8F99;
}
</style>
background-color css
<style>
a { background-color: #2C8F99; }
a { background-color: rgb(44,143,153); }
div.DivClassName
{
background-color: #2C8F99;
}
.BgClassName
{
background-color: #2C8F99;
}
</style>
border-color css
<style>
span { border-color: #2C8F99; }
span { border-color: rgb(44,143,153); }
td.TdClassName
{
border-color: #2C8F99;
}
.TagClassName
{
border-color: #2C8F99;
}
</style>