Shades of Scooter #28829A
Tints of Scooter #28829A
RGB
CMYK
RGB Variations
Color information
#28829A (or 0x28829A) is known color: Scooter. HEX triplet: 28, 82 and 9A. RGB value is (40,130,154). Sum of RGB (Red+Green+Blue) = 40+130+154=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #28829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28829A is #D77D65. Grayscale: #696969. Windows color (decimal): -14122342 or 10125864. OLE color: 10125864.
HSL color Cylindrical-coordinate representation of color #28829A: hue angle of 192.63º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28829A is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 130 | 154 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.40 |
| HSL | 192.63º | 0.59% | 0.38% | - |
| HSV(B) | 192.63º | 0.74% | 0.6% | - |
| XYZ | 14.69 | 18.75 | 33.42 | - |
| YUV | 105.83 | 155.18 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 154 | 0.74 | 0.16 | 0 | 0.40 | 192.63 | 0.59 | 0.38 |
| Hex | 28 | 82 | 9A | 4A | 10 | 0 | 28 | C1 | 3B | 26 |
| Octal | 50 | 202 | 232 | 112 | 20 | 0 | 50 | 301 | 73 | 46 |
| Binary | 101000 | 10000010 | 10011010 | 1001010 | 10000 | 0 | 101000 | 11000001 | 111011 | 100110 |
Color Harmonies of #28829A
Complementary color
Monochromatic Colors of #28829A
Black with #28829A
Text Example
Text Example
White with #28829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28829A; }
p { color: rgb(40,130,154); }
H1.HeaderClassName
{
color: #28829A;
}
.AnyTagClassName
{
color: #28829A;
}
</style>
background-color css
<style>
a { background-color: #28829A; }
a { background-color: rgb(40,130,154); }
div.DivClassName
{
background-color: #28829A;
}
.BgClassName
{
background-color: #28829A;
}
</style>
border-color css
<style>
span { border-color: #28829A; }
span { border-color: rgb(40,130,154); }
td.TdClassName
{
border-color: #28829A;
}
.TagClassName
{
border-color: #28829A;
}
</style>