Shades of Scooter #2D959E
Tints of Scooter #2D959E
RGB
CMYK
RGB Variations
Color information
#2D959E (or 0x2D959E) is known color: Scooter. HEX triplet: 2D, 95 and 9E. RGB value is (45,149,158). Sum of RGB (Red+Green+Blue) = 45+149+158=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D959E is #D26A61. Grayscale: #767676. Windows color (decimal): -13789794 or 10392877. OLE color: 10392877.
HSL color Cylindrical-coordinate representation of color #2D959E: hue angle of 184.78º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D959E is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 149 | 158 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.38 |
| HSL | 184.78º | 0.56% | 0.4% | - |
| HSV(B) | 184.78º | 0.72% | 0.62% | - |
| XYZ | 18 | 24.52 | 36.13 | - |
| YUV | 118.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 158 | 0.72 | 0.06 | 0 | 0.38 | 184.78 | 0.56 | 0.4 |
| Hex | 2D | 95 | 9E | 48 | 6 | 0 | 26 | B9 | 38 | 28 |
| Octal | 55 | 225 | 236 | 110 | 6 | 0 | 46 | 271 | 70 | 50 |
| Binary | 101101 | 10010101 | 10011110 | 1001000 | 110 | 0 | 100110 | 10111001 | 111000 | 101000 |
Color Harmonies of #2D959E
Complementary color
Monochromatic Colors of #2D959E
Black with #2D959E
Text Example
Text Example
White with #2D959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D959E; }
p { color: rgb(45,149,158); }
H1.HeaderClassName
{
color: #2D959E;
}
.AnyTagClassName
{
color: #2D959E;
}
</style>
background-color css
<style>
a { background-color: #2D959E; }
a { background-color: rgb(45,149,158); }
div.DivClassName
{
background-color: #2D959E;
}
.BgClassName
{
background-color: #2D959E;
}
</style>
border-color css
<style>
span { border-color: #2D959E; }
span { border-color: rgb(45,149,158); }
td.TdClassName
{
border-color: #2D959E;
}
.TagClassName
{
border-color: #2D959E;
}
</style>