Html Css Color HEX #0BEAA3 Medium Spring Green
📋 copy color: '#0BEAA3'red 11 ◦ green 234 ◦ blue 163
Shades of Medium Spring Green #0BEAA3
Tints of Medium Spring Green #0BEAA3
RGB
CMYK
RGB Variations
Color information
#0BEAA3 (or 0x0BEAA3) is known color: Medium Spring Green. HEX triplet: 0B, EA and A3. RGB value is (11,234,163). Sum of RGB (Red+Green+Blue) = 11+234+163=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 234 (91.80% from 255 or 57.35% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEAA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEAA3 is #F4155C. Grayscale: #9F9F9F. Windows color (decimal): -15996253 or 10742283. OLE color: 10742283.
HSL color Cylindrical-coordinate representation of color #0BEAA3: hue angle of 160.9º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEAA3 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 163 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.08 |
| HSL | 160.9º | 0.91% | 0.48% | - |
| HSV(B) | 160.9º | 0.95% | 0.92% | - |
| XYZ | 36.17 | 61.56 | 44.63 | - |
| YUV | 159.23 | 130.12 | 22.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 163 | 0.95 | 0 | 0.30 | 0.08 | 160.9 | 0.91 | 0.48 |
| Hex | B | EA | A3 | 5F | 0 | 1E | 8 | A1 | 5B | 30 |
| Octal | 13 | 352 | 243 | 137 | 0 | 36 | 10 | 241 | 133 | 60 |
| Binary | 1011 | 11101010 | 10100011 | 1011111 | 0 | 11110 | 1000 | 10100001 | 1011011 | 110000 |
Color Harmonies of #0BEAA3
Complementary color
Monochromatic Colors of #0BEAA3
Black with #0BEAA3
Text Example
Text Example
White with #0BEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEAA3; }
p { color: rgb(11,234,163); }
H1.HeaderClassName
{
color: #0BEAA3;
}
.AnyTagClassName
{
color: #0BEAA3;
}
</style>
background-color css
<style>
a { background-color: #0BEAA3; }
a { background-color: rgb(11,234,163); }
div.DivClassName
{
background-color: #0BEAA3;
}
.BgClassName
{
background-color: #0BEAA3;
}
</style>
border-color css
<style>
span { border-color: #0BEAA3; }
span { border-color: rgb(11,234,163); }
td.TdClassName
{
border-color: #0BEAA3;
}
.TagClassName
{
border-color: #0BEAA3;
}
</style>