Shades of Light Sea Green #18CEAD
Tints of Light Sea Green #18CEAD
RGB
CMYK
RGB Variations
Color information
#18CEAD (or 0x18CEAD) is known color: Light Sea Green. HEX triplet: 18, CE and AD. RGB value is (24,206,173). Sum of RGB (Red+Green+Blue) = 24+206+173=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #18CEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CEAD is #E73152. Grayscale: #939393. Windows color (decimal): -15151443 or 11390488. OLE color: 11390488.
HSL color Cylindrical-coordinate representation of color #18CEAD: hue angle of 169.12º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CEAD is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 206 | 173 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.19 |
| HSL | 169.12º | 0.79% | 0.45% | - |
| HSV(B) | 169.12º | 0.88% | 0.81% | - |
| XYZ | 29.99 | 47.35 | 47.09 | - |
| YUV | 147.82 | 142.2 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 173 | 0.88 | 0 | 0.16 | 0.19 | 169.12 | 0.79 | 0.45 |
| Hex | 18 | CE | AD | 58 | 0 | 10 | 13 | A9 | 4F | 2D |
| Octal | 30 | 316 | 255 | 130 | 0 | 20 | 23 | 251 | 117 | 55 |
| Binary | 11000 | 11001110 | 10101101 | 1011000 | 0 | 10000 | 10011 | 10101001 | 1001111 | 101101 |
Color Harmonies of #18CEAD
Complementary color
Monochromatic Colors of #18CEAD
Black with #18CEAD
Text Example
Text Example
White with #18CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CEAD; }
p { color: rgb(24,206,173); }
H1.HeaderClassName
{
color: #18CEAD;
}
.AnyTagClassName
{
color: #18CEAD;
}
</style>
background-color css
<style>
a { background-color: #18CEAD; }
a { background-color: rgb(24,206,173); }
div.DivClassName
{
background-color: #18CEAD;
}
.BgClassName
{
background-color: #18CEAD;
}
</style>
border-color css
<style>
span { border-color: #18CEAD; }
span { border-color: rgb(24,206,173); }
td.TdClassName
{
border-color: #18CEAD;
}
.TagClassName
{
border-color: #18CEAD;
}
</style>