Shades of Light Sea Green #18C5AD
Tints of Light Sea Green #18C5AD
RGB
CMYK
RGB Variations
Color information
#18C5AD (or 0x18C5AD) is known color: Light Sea Green. HEX triplet: 18, C5 and AD. RGB value is (24,197,173). Sum of RGB (Red+Green+Blue) = 24+197+173=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #18C5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C5AD is #E73A52. Grayscale: #8E8E8E. Windows color (decimal): -15153747 or 11388184. OLE color: 11388184.
HSL color Cylindrical-coordinate representation of color #18C5AD: hue angle of 171.68º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C5AD is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 197 | 173 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.23 |
| HSL | 171.68º | 0.78% | 0.43% | - |
| HSV(B) | 171.68º | 0.88% | 0.77% | - |
| XYZ | 27.89 | 43.14 | 46.39 | - |
| YUV | 142.54 | 145.19 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 173 | 0.88 | 0 | 0.12 | 0.23 | 171.68 | 0.78 | 0.43 |
| Hex | 18 | C5 | AD | 58 | 0 | C | 17 | AC | 4E | 2B |
| Octal | 30 | 305 | 255 | 130 | 0 | 14 | 27 | 254 | 116 | 53 |
| Binary | 11000 | 11000101 | 10101101 | 1011000 | 0 | 1100 | 10111 | 10101100 | 1001110 | 101011 |
Color Harmonies of #18C5AD
Complementary color
Monochromatic Colors of #18C5AD
Black with #18C5AD
Text Example
Text Example
White with #18C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C5AD; }
p { color: rgb(24,197,173); }
H1.HeaderClassName
{
color: #18C5AD;
}
.AnyTagClassName
{
color: #18C5AD;
}
</style>
background-color css
<style>
a { background-color: #18C5AD; }
a { background-color: rgb(24,197,173); }
div.DivClassName
{
background-color: #18C5AD;
}
.BgClassName
{
background-color: #18C5AD;
}
</style>
border-color css
<style>
span { border-color: #18C5AD; }
span { border-color: rgb(24,197,173); }
td.TdClassName
{
border-color: #18C5AD;
}
.TagClassName
{
border-color: #18C5AD;
}
</style>