Shades of Scooter #258D9F
Tints of Scooter #258D9F
RGB
CMYK
RGB Variations
Color information
#258D9F (or 0x258D9F) is known color: Scooter. HEX triplet: 25, 8D and 9F. RGB value is (37,141,159). Sum of RGB (Red+Green+Blue) = 37+141+159=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #258D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258D9F is #DA7260. Grayscale: #6F6F6F. Windows color (decimal): -14316129 or 10456357. OLE color: 10456357.
HSL color Cylindrical-coordinate representation of color #258D9F: hue angle of 188.85º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #258D9F is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 141 | 159 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.38 |
| HSL | 188.85º | 0.62% | 0.38% | - |
| HSV(B) | 188.85º | 0.77% | 0.62% | - |
| XYZ | 16.55 | 21.95 | 36.16 | - |
| YUV | 111.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 159 | 0.77 | 0.11 | 0 | 0.38 | 188.85 | 0.62 | 0.38 |
| Hex | 25 | 8D | 9F | 4D | B | 0 | 26 | BD | 3E | 26 |
| Octal | 45 | 215 | 237 | 115 | 13 | 0 | 46 | 275 | 76 | 46 |
| Binary | 100101 | 10001101 | 10011111 | 1001101 | 1011 | 0 | 100110 | 10111101 | 111110 | 100110 |
Color Harmonies of #258D9F
Complementary color
Monochromatic Colors of #258D9F
Black with #258D9F
Text Example
Text Example
White with #258D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258D9F; }
p { color: rgb(37,141,159); }
H1.HeaderClassName
{
color: #258D9F;
}
.AnyTagClassName
{
color: #258D9F;
}
</style>
background-color css
<style>
a { background-color: #258D9F; }
a { background-color: rgb(37,141,159); }
div.DivClassName
{
background-color: #258D9F;
}
.BgClassName
{
background-color: #258D9F;
}
</style>
border-color css
<style>
span { border-color: #258D9F; }
span { border-color: rgb(37,141,159); }
td.TdClassName
{
border-color: #258D9F;
}
.TagClassName
{
border-color: #258D9F;
}
</style>