Html Css Color HEX #0AFBAB Medium Spring Green
📋 copy color: '#0AFBAB'red 10 ◦ green 251 ◦ blue 171
Shades of Medium Spring Green #0AFBAB
Tints of Medium Spring Green #0AFBAB
RGB
CMYK
RGB Variations
Color information
#0AFBAB (or 0x0AFBAB) is known color: Medium Spring Green. HEX triplet: 0A, FB and AB. RGB value is (10,251,171). Sum of RGB (Red+Green+Blue) = 10+251+171=432 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 432); Green value is 251 (98.44% from 255 or 58.10% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFBAB is #F50454. Grayscale: #A9A9A9. Windows color (decimal): -16057429 or 11270922. OLE color: 11270922.
HSL color Cylindrical-coordinate representation of color #0AFBAB: hue angle of 160.08º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFBAB is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 171 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.02 |
| HSL | 160.08º | 0.97% | 0.51% | - |
| HSV(B) | 160.08º | 0.96% | 0.98% | - |
| XYZ | 41.97 | 72 | 50.21 | - |
| YUV | 169.82 | 128.66 | 14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 171 | 0.96 | 0 | 0.32 | 0.02 | 160.08 | 0.97 | 0.51 |
| Hex | A | FB | AB | 60 | 0 | 20 | 2 | A0 | 61 | 33 |
| Octal | 12 | 373 | 253 | 140 | 0 | 40 | 2 | 240 | 141 | 63 |
| Binary | 1010 | 11111011 | 10101011 | 1100000 | 0 | 100000 | 10 | 10100000 | 1100001 | 110011 |
Color Harmonies of #0AFBAB
Complementary color
Monochromatic Colors of #0AFBAB
Black with #0AFBAB
Text Example
Text Example
White with #0AFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFBAB; }
p { color: rgb(10,251,171); }
H1.HeaderClassName
{
color: #0AFBAB;
}
.AnyTagClassName
{
color: #0AFBAB;
}
</style>
background-color css
<style>
a { background-color: #0AFBAB; }
a { background-color: rgb(10,251,171); }
div.DivClassName
{
background-color: #0AFBAB;
}
.BgClassName
{
background-color: #0AFBAB;
}
</style>
border-color css
<style>
span { border-color: #0AFBAB; }
span { border-color: rgb(10,251,171); }
td.TdClassName
{
border-color: #0AFBAB;
}
.TagClassName
{
border-color: #0AFBAB;
}
</style>