Shades of Light Sea Green #18C2AD
Tints of Light Sea Green #18C2AD
RGB
CMYK
RGB Variations
Color information
#18C2AD (or 0x18C2AD) is known color: Light Sea Green. HEX triplet: 18, C2 and AD. RGB value is (24,194,173). Sum of RGB (Red+Green+Blue) = 24+194+173=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #18C2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C2AD is #E73D52. Grayscale: #8C8C8C. Windows color (decimal): -15154515 or 11387416. OLE color: 11387416.
HSL color Cylindrical-coordinate representation of color #18C2AD: hue angle of 172.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C2AD is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 173 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.24 |
| HSL | 172.59º | 0.78% | 0.43% | - |
| HSV(B) | 172.59º | 0.88% | 0.76% | - |
| XYZ | 27.21 | 41.79 | 46.17 | - |
| YUV | 140.78 | 146.18 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 173 | 0.88 | 0 | 0.11 | 0.24 | 172.59 | 0.78 | 0.43 |
| Hex | 18 | C2 | AD | 58 | 0 | B | 18 | AD | 4E | 2B |
| Octal | 30 | 302 | 255 | 130 | 0 | 13 | 30 | 255 | 116 | 53 |
| Binary | 11000 | 11000010 | 10101101 | 1011000 | 0 | 1011 | 11000 | 10101101 | 1001110 | 101011 |
Color Harmonies of #18C2AD
Complementary color
Monochromatic Colors of #18C2AD
Black with #18C2AD
Text Example
Text Example
White with #18C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C2AD; }
p { color: rgb(24,194,173); }
H1.HeaderClassName
{
color: #18C2AD;
}
.AnyTagClassName
{
color: #18C2AD;
}
</style>
background-color css
<style>
a { background-color: #18C2AD; }
a { background-color: rgb(24,194,173); }
div.DivClassName
{
background-color: #18C2AD;
}
.BgClassName
{
background-color: #18C2AD;
}
</style>
border-color css
<style>
span { border-color: #18C2AD; }
span { border-color: rgb(24,194,173); }
td.TdClassName
{
border-color: #18C2AD;
}
.TagClassName
{
border-color: #18C2AD;
}
</style>