Html Css Color HEX #18FCBD Medium Spring Green
📋 copy color: '#18FCBD'red 24 ◦ green 252 ◦ blue 189
Shades of Medium Spring Green #18FCBD
Tints of Medium Spring Green #18FCBD
RGB
CMYK
RGB Variations
Color information
#18FCBD (or 0x18FCBD) is known color: Medium Spring Green. HEX triplet: 18, FC and BD. RGB value is (24,252,189). Sum of RGB (Red+Green+Blue) = 24+252+189=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FCBD is #E70342. Grayscale: #B0B0B0. Windows color (decimal): -15139651 or 12450840. OLE color: 12450840.
HSL color Cylindrical-coordinate representation of color #18FCBD: hue angle of 163.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FCBD is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 189 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.01 |
| HSL | 163.42º | 0.97% | 0.54% | - |
| HSV(B) | 163.42º | 0.9% | 0.99% | - |
| XYZ | 44.37 | 73.49 | 59.99 | - |
| YUV | 176.65 | 134.96 | 19.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 189 | 0.90 | 0 | 0.25 | 0.01 | 163.42 | 0.97 | 0.54 |
| Hex | 18 | FC | BD | 5A | 0 | 19 | 1 | A3 | 61 | 36 |
| Octal | 30 | 374 | 275 | 132 | 0 | 31 | 1 | 243 | 141 | 66 |
| Binary | 11000 | 11111100 | 10111101 | 1011010 | 0 | 11001 | 1 | 10100011 | 1100001 | 110110 |
Color Harmonies of #18FCBD
Complementary color
Monochromatic Colors of #18FCBD
Black with #18FCBD
Text Example
Text Example
White with #18FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCBD; }
p { color: rgb(24,252,189); }
H1.HeaderClassName
{
color: #18FCBD;
}
.AnyTagClassName
{
color: #18FCBD;
}
</style>
background-color css
<style>
a { background-color: #18FCBD; }
a { background-color: rgb(24,252,189); }
div.DivClassName
{
background-color: #18FCBD;
}
.BgClassName
{
background-color: #18FCBD;
}
</style>
border-color css
<style>
span { border-color: #18FCBD; }
span { border-color: rgb(24,252,189); }
td.TdClassName
{
border-color: #18FCBD;
}
.TagClassName
{
border-color: #18FCBD;
}
</style>