Html Css Color HEX #18FCBC Medium Spring Green
📋 copy color: '#18FCBC'red 24 ◦ green 252 ◦ blue 188
Shades of Medium Spring Green #18FCBC
Tints of Medium Spring Green #18FCBC
RGB
CMYK
RGB Variations
Color information
#18FCBC (or 0x18FCBC) is known color: Medium Spring Green. HEX triplet: 18, FC and BC. RGB value is (24,252,188). Sum of RGB (Red+Green+Blue) = 24+252+188=464 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.17% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FCBC is #E70343. Grayscale: #B0B0B0. Windows color (decimal): -15139652 or 12385304. OLE color: 12385304.
HSL color Cylindrical-coordinate representation of color #18FCBC: hue angle of 163.16º 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 #18FCBC is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 188 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.01 |
| HSL | 163.16º | 0.97% | 0.54% | - |
| HSV(B) | 163.16º | 0.9% | 0.99% | - |
| XYZ | 44.26 | 73.45 | 59.42 | - |
| YUV | 176.53 | 134.46 | 19.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 188 | 0.90 | 0 | 0.25 | 0.01 | 163.16 | 0.97 | 0.54 |
| Hex | 18 | FC | BC | 5A | 0 | 19 | 1 | A3 | 61 | 36 |
| Octal | 30 | 374 | 274 | 132 | 0 | 31 | 1 | 243 | 141 | 66 |
| Binary | 11000 | 11111100 | 10111100 | 1011010 | 0 | 11001 | 1 | 10100011 | 1100001 | 110110 |
Color Harmonies of #18FCBC
Complementary color
Monochromatic Colors of #18FCBC
Black with #18FCBC
Text Example
Text Example
White with #18FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCBC; }
p { color: rgb(24,252,188); }
H1.HeaderClassName
{
color: #18FCBC;
}
.AnyTagClassName
{
color: #18FCBC;
}
</style>
background-color css
<style>
a { background-color: #18FCBC; }
a { background-color: rgb(24,252,188); }
div.DivClassName
{
background-color: #18FCBC;
}
.BgClassName
{
background-color: #18FCBC;
}
</style>
border-color css
<style>
span { border-color: #18FCBC; }
span { border-color: rgb(24,252,188); }
td.TdClassName
{
border-color: #18FCBC;
}
.TagClassName
{
border-color: #18FCBC;
}
</style>