Shades of Scooter #2F8A92
Tints of Scooter #2F8A92
RGB
CMYK
RGB Variations
Color information
#2F8A92 (or 0x2F8A92) is known color: Scooter. HEX triplet: 2F, 8A and 92. RGB value is (47,138,146). Sum of RGB (Red+Green+Blue) = 47+138+146=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F8A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8A92 is #D0756D. Grayscale: #6F6F6F. Windows color (decimal): -13661550 or 9603631. OLE color: 9603631.
HSL color Cylindrical-coordinate representation of color #2F8A92: hue angle of 184.85º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F8A92 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 138 | 146 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.43 |
| HSL | 184.85º | 0.51% | 0.38% | - |
| HSV(B) | 184.85º | 0.68% | 0.57% | - |
| XYZ | 15.45 | 20.86 | 30.41 | - |
| YUV | 111.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 138 | 146 | 0.68 | 0.05 | 0 | 0.43 | 184.85 | 0.51 | 0.38 |
| Hex | 2F | 8A | 92 | 44 | 5 | 0 | 2B | B9 | 33 | 26 |
| Octal | 57 | 212 | 222 | 104 | 5 | 0 | 53 | 271 | 63 | 46 |
| Binary | 101111 | 10001010 | 10010010 | 1000100 | 101 | 0 | 101011 | 10111001 | 110011 | 100110 |
Color Harmonies of #2F8A92
Complementary color
Monochromatic Colors of #2F8A92
Black with #2F8A92
Text Example
Text Example
White with #2F8A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8A92; }
p { color: rgb(47,138,146); }
H1.HeaderClassName
{
color: #2F8A92;
}
.AnyTagClassName
{
color: #2F8A92;
}
</style>
background-color css
<style>
a { background-color: #2F8A92; }
a { background-color: rgb(47,138,146); }
div.DivClassName
{
background-color: #2F8A92;
}
.BgClassName
{
background-color: #2F8A92;
}
</style>
border-color css
<style>
span { border-color: #2F8A92; }
span { border-color: rgb(47,138,146); }
td.TdClassName
{
border-color: #2F8A92;
}
.TagClassName
{
border-color: #2F8A92;
}
</style>