Shades of Light Sea Green #18BEAC
Tints of Light Sea Green #18BEAC
RGB
CMYK
RGB Variations
Color information
#18BEAC (or 0x18BEAC) is known color: Light Sea Green. HEX triplet: 18, BE and AC. RGB value is (24,190,172). Sum of RGB (Red+Green+Blue) = 24+190+172=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #18BEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BEAC is #E74153. Grayscale: #8A8A8A. Windows color (decimal): -15155540 or 11320856. OLE color: 11320856.
HSL color Cylindrical-coordinate representation of color #18BEAC: hue angle of 173.49º 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 #18BEAC is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 190 | 172 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.25 |
| HSL | 173.49º | 0.78% | 0.42% | - |
| HSV(B) | 173.49º | 0.87% | 0.75% | - |
| XYZ | 26.24 | 40 | 45.37 | - |
| YUV | 138.31 | 147 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 172 | 0.87 | 0 | 0.09 | 0.25 | 173.49 | 0.78 | 0.42 |
| Hex | 18 | BE | AC | 57 | 0 | 9 | 19 | AD | 4E | 2A |
| Octal | 30 | 276 | 254 | 127 | 0 | 11 | 31 | 255 | 116 | 52 |
| Binary | 11000 | 10111110 | 10101100 | 1010111 | 0 | 1001 | 11001 | 10101101 | 1001110 | 101010 |
Color Harmonies of #18BEAC
Complementary color
Monochromatic Colors of #18BEAC
Black with #18BEAC
Text Example
Text Example
White with #18BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEAC; }
p { color: rgb(24,190,172); }
H1.HeaderClassName
{
color: #18BEAC;
}
.AnyTagClassName
{
color: #18BEAC;
}
</style>
background-color css
<style>
a { background-color: #18BEAC; }
a { background-color: rgb(24,190,172); }
div.DivClassName
{
background-color: #18BEAC;
}
.BgClassName
{
background-color: #18BEAC;
}
</style>
border-color css
<style>
span { border-color: #18BEAC; }
span { border-color: rgb(24,190,172); }
td.TdClassName
{
border-color: #18BEAC;
}
.TagClassName
{
border-color: #18BEAC;
}
</style>