Shades of Scooter #25828F
Tints of Scooter #25828F
RGB
CMYK
RGB Variations
Color information
#25828F (or 0x25828F) is known color: Scooter. HEX triplet: 25, 82 and 8F. RGB value is (37,130,143). Sum of RGB (Red+Green+Blue) = 37+130+143=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #25828F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25828F is #DA7D70. Grayscale: #676767. Windows color (decimal): -14318961 or 9404965. OLE color: 9404965.
HSL color Cylindrical-coordinate representation of color #25828F: hue angle of 187.36º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25828F is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 130 | 143 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.44 |
| HSL | 187.36º | 0.59% | 0.35% | - |
| HSV(B) | 187.36º | 0.74% | 0.56% | - |
| XYZ | 13.7 | 18.34 | 28.8 | - |
| YUV | 103.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 143 | 0.74 | 0.09 | 0 | 0.44 | 187.36 | 0.59 | 0.35 |
| Hex | 25 | 82 | 8F | 4A | 9 | 0 | 2C | BB | 3B | 23 |
| Octal | 45 | 202 | 217 | 112 | 11 | 0 | 54 | 273 | 73 | 43 |
| Binary | 100101 | 10000010 | 10001111 | 1001010 | 1001 | 0 | 101100 | 10111011 | 111011 | 100011 |
Color Harmonies of #25828F
Complementary color
Monochromatic Colors of #25828F
Black with #25828F
Text Example
Text Example
White with #25828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25828F; }
p { color: rgb(37,130,143); }
H1.HeaderClassName
{
color: #25828F;
}
.AnyTagClassName
{
color: #25828F;
}
</style>
background-color css
<style>
a { background-color: #25828F; }
a { background-color: rgb(37,130,143); }
div.DivClassName
{
background-color: #25828F;
}
.BgClassName
{
background-color: #25828F;
}
</style>
border-color css
<style>
span { border-color: #25828F; }
span { border-color: rgb(37,130,143); }
td.TdClassName
{
border-color: #25828F;
}
.TagClassName
{
border-color: #25828F;
}
</style>