Html Css Color HEX #0AF6BB Medium Spring Green
📋 copy color: '#0AF6BB'red 10 ◦ green 246 ◦ blue 187
Shades of Medium Spring Green #0AF6BB
Tints of Medium Spring Green #0AF6BB
RGB
CMYK
RGB Variations
Color information
#0AF6BB (or 0x0AF6BB) is known color: Medium Spring Green. HEX triplet: 0A, F6 and BB. RGB value is (10,246,187). Sum of RGB (Red+Green+Blue) = 10+246+187=443 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.26% from 443); Green value is 246 (96.48% from 255 or 55.53% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF6BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF6BB is #F50944. Grayscale: #A8A8A8. Windows color (decimal): -16058693 or 12318218. OLE color: 12318218.
HSL color Cylindrical-coordinate representation of color #0AF6BB: hue angle of 165º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF6BB is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 246 | 187 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.04 |
| HSL | 165º | 0.93% | 0.5% | - |
| HSV(B) | 165º | 0.96% | 0.96% | - |
| XYZ | 42.05 | 69.56 | 58.22 | - |
| YUV | 168.71 | 138.31 | 14.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 246 | 187 | 0.96 | 0 | 0.24 | 0.04 | 165 | 0.93 | 0.5 |
| Hex | A | F6 | BB | 60 | 0 | 18 | 4 | A5 | 5D | 32 |
| Octal | 12 | 366 | 273 | 140 | 0 | 30 | 4 | 245 | 135 | 62 |
| Binary | 1010 | 11110110 | 10111011 | 1100000 | 0 | 11000 | 100 | 10100101 | 1011101 | 110010 |
Color Harmonies of #0AF6BB
Complementary color
Monochromatic Colors of #0AF6BB
Black with #0AF6BB
Text Example
Text Example
White with #0AF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF6BB; }
p { color: rgb(10,246,187); }
H1.HeaderClassName
{
color: #0AF6BB;
}
.AnyTagClassName
{
color: #0AF6BB;
}
</style>
background-color css
<style>
a { background-color: #0AF6BB; }
a { background-color: rgb(10,246,187); }
div.DivClassName
{
background-color: #0AF6BB;
}
.BgClassName
{
background-color: #0AF6BB;
}
</style>
border-color css
<style>
span { border-color: #0AF6BB; }
span { border-color: rgb(10,246,187); }
td.TdClassName
{
border-color: #0AF6BB;
}
.TagClassName
{
border-color: #0AF6BB;
}
</style>