Shades of Light Sea Green #18BFAC
Tints of Light Sea Green #18BFAC
RGB
CMYK
RGB Variations
Color information
#18BFAC (or 0x18BFAC) is known color: Light Sea Green. HEX triplet: 18, BF and AC. RGB value is (24,191,172). Sum of RGB (Red+Green+Blue) = 24+191+172=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #18BFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BFAC is #E74053. Grayscale: #8A8A8A. Windows color (decimal): -15155284 or 11321112. OLE color: 11321112.
HSL color Cylindrical-coordinate representation of color #18BFAC: hue angle of 173.17º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BFAC is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 191 | 172 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.25 |
| HSL | 173.17º | 0.78% | 0.42% | - |
| HSV(B) | 173.17º | 0.87% | 0.75% | - |
| XYZ | 26.45 | 40.43 | 45.44 | - |
| YUV | 138.9 | 146.67 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 172 | 0.87 | 0 | 0.10 | 0.25 | 173.17 | 0.78 | 0.42 |
| Hex | 18 | BF | AC | 57 | 0 | A | 19 | AD | 4E | 2A |
| Octal | 30 | 277 | 254 | 127 | 0 | 12 | 31 | 255 | 116 | 52 |
| Binary | 11000 | 10111111 | 10101100 | 1010111 | 0 | 1010 | 11001 | 10101101 | 1001110 | 101010 |
Color Harmonies of #18BFAC
Complementary color
Monochromatic Colors of #18BFAC
Black with #18BFAC
Text Example
Text Example
White with #18BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFAC; }
p { color: rgb(24,191,172); }
H1.HeaderClassName
{
color: #18BFAC;
}
.AnyTagClassName
{
color: #18BFAC;
}
</style>
background-color css
<style>
a { background-color: #18BFAC; }
a { background-color: rgb(24,191,172); }
div.DivClassName
{
background-color: #18BFAC;
}
.BgClassName
{
background-color: #18BFAC;
}
</style>
border-color css
<style>
span { border-color: #18BFAC; }
span { border-color: rgb(24,191,172); }
td.TdClassName
{
border-color: #18BFAC;
}
.TagClassName
{
border-color: #18BFAC;
}
</style>