Html Css Color HEX #18FFBA Medium Spring Green
📋 copy color: '#18FFBA'red 24 ◦ green 255 ◦ blue 186
Shades of Medium Spring Green #18FFBA
Tints of Medium Spring Green #18FFBA
RGB
CMYK
RGB Variations
Color information
#18FFBA (or 0x18FFBA) is known color: Medium Spring Green. HEX triplet: 18, FF and BA. RGB value is (24,255,186). Sum of RGB (Red+Green+Blue) = 24+255+186=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FFBA is #E70045. Grayscale: #B2B2B2. Windows color (decimal): -15138886 or 12255000. OLE color: 12255000.
HSL color Cylindrical-coordinate representation of color #18FFBA: hue angle of 162.08º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FFBA is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 186 | - |
| CMYK | 0.91 | 0 | 0.27 | 0 |
| HSL | 162.08º | 1% | 0.55% | - |
| HSV(B) | 162.08º | 0.91% | 1% | - |
| XYZ | 45 | 75.26 | 58.61 | - |
| YUV | 178.07 | 132.47 | 18.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 186 | 0.91 | 0 | 0.27 | 0 | 162.08 | 1 | 0.55 |
| Hex | 18 | FF | BA | 5B | 0 | 1B | 0 | A2 | 64 | 37 |
| Octal | 30 | 377 | 272 | 133 | 0 | 33 | 0 | 242 | 144 | 67 |
| Binary | 11000 | 11111111 | 10111010 | 1011011 | 0 | 11011 | 0 | 10100010 | 1100100 | 110111 |
Color Harmonies of #18FFBA
Complementary color
Monochromatic Colors of #18FFBA
Black with #18FFBA
Text Example
Text Example
White with #18FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFBA; }
p { color: rgb(24,255,186); }
H1.HeaderClassName
{
color: #18FFBA;
}
.AnyTagClassName
{
color: #18FFBA;
}
</style>
background-color css
<style>
a { background-color: #18FFBA; }
a { background-color: rgb(24,255,186); }
div.DivClassName
{
background-color: #18FFBA;
}
.BgClassName
{
background-color: #18FFBA;
}
</style>
border-color css
<style>
span { border-color: #18FFBA; }
span { border-color: rgb(24,255,186); }
td.TdClassName
{
border-color: #18FFBA;
}
.TagClassName
{
border-color: #18FFBA;
}
</style>