Shades of Medium Spring Green #00F3BB
Tints of Medium Spring Green #00F3BB
RGB
CMYK
RGB Variations
Color information
#00F3BB (or 0x00F3BB) is known color: Medium Spring Green. HEX triplet: 00, F3 and BB. RGB value is (0,243,187). Sum of RGB (Red+Green+Blue) = 0+243+187=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 243 (95.31% from 255 or 56.51% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 243 - color contains mainly: green. Hex color #00F3BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F3BB is #FF0C44. Grayscale: #A3A3A3. Windows color (decimal): -16714821 or 12317440. OLE color: 12317440.
HSL color Cylindrical-coordinate representation of color #00F3BB: hue angle of 166.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F3BB is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 243 | 187 | - |
| CMYK | 1 | 0 | 0.23 | 0.05 |
| HSL | 166.17º | 1% | 0.48% | - |
| HSV(B) | 166.17º | 1% | 0.95% | - |
| XYZ | 41.02 | 67.69 | 57.92 | - |
| YUV | 163.96 | 140.99 | 11.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 243 | 187 | 1 | 0 | 0.23 | 0.05 | 166.17 | 1 | 0.48 |
| Hex | 0 | F3 | BB | 64 | 0 | 17 | 5 | A6 | 64 | 30 |
| Octal | 0 | 363 | 273 | 144 | 0 | 27 | 5 | 246 | 144 | 60 |
| Binary | 0 | 11110011 | 10111011 | 1100100 | 0 | 10111 | 101 | 10100110 | 1100100 | 110000 |
Color Harmonies of #00F3BB
Complementary color
Monochromatic Colors of #00F3BB
Black with #00F3BB
Text Example
Text Example
White with #00F3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F3BB; }
p { color: rgb(0,243,187); }
H1.HeaderClassName
{
color: #00F3BB;
}
.AnyTagClassName
{
color: #00F3BB;
}
</style>
background-color css
<style>
a { background-color: #00F3BB; }
a { background-color: rgb(0,243,187); }
div.DivClassName
{
background-color: #00F3BB;
}
.BgClassName
{
background-color: #00F3BB;
}
</style>
border-color css
<style>
span { border-color: #00F3BB; }
span { border-color: rgb(0,243,187); }
td.TdClassName
{
border-color: #00F3BB;
}
.TagClassName
{
border-color: #00F3BB;
}
</style>