Html Css Color HEX #0BEAAC Medium Spring Green
📋 copy color: '#0BEAAC'red 11 ◦ green 234 ◦ blue 172
Shades of Medium Spring Green #0BEAAC
Tints of Medium Spring Green #0BEAAC
RGB
CMYK
RGB Variations
Color information
#0BEAAC (or 0x0BEAAC) is known color: Medium Spring Green. HEX triplet: 0B, EA and AC. RGB value is (11,234,172). Sum of RGB (Red+Green+Blue) = 11+234+172=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 234 (91.80% from 255 or 56.12% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEAAC is #F41553. Grayscale: #A0A0A0. Windows color (decimal): -15996244 or 11332107. OLE color: 11332107.
HSL color Cylindrical-coordinate representation of color #0BEAAC: hue angle of 163.32º 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 #0BEAAC is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 172 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.08 |
| HSL | 163.32º | 0.91% | 0.48% | - |
| HSV(B) | 163.32º | 0.95% | 0.92% | - |
| XYZ | 37.01 | 61.9 | 49.03 | - |
| YUV | 160.26 | 134.62 | 21.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 172 | 0.95 | 0 | 0.26 | 0.08 | 163.32 | 0.91 | 0.48 |
| Hex | B | EA | AC | 5F | 0 | 1A | 8 | A3 | 5B | 30 |
| Octal | 13 | 352 | 254 | 137 | 0 | 32 | 10 | 243 | 133 | 60 |
| Binary | 1011 | 11101010 | 10101100 | 1011111 | 0 | 11010 | 1000 | 10100011 | 1011011 | 110000 |
Color Harmonies of #0BEAAC
Complementary color
Monochromatic Colors of #0BEAAC
Black with #0BEAAC
Text Example
Text Example
White with #0BEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEAAC; }
p { color: rgb(11,234,172); }
H1.HeaderClassName
{
color: #0BEAAC;
}
.AnyTagClassName
{
color: #0BEAAC;
}
</style>
background-color css
<style>
a { background-color: #0BEAAC; }
a { background-color: rgb(11,234,172); }
div.DivClassName
{
background-color: #0BEAAC;
}
.BgClassName
{
background-color: #0BEAAC;
}
</style>
border-color css
<style>
span { border-color: #0BEAAC; }
span { border-color: rgb(11,234,172); }
td.TdClassName
{
border-color: #0BEAAC;
}
.TagClassName
{
border-color: #0BEAAC;
}
</style>