Shades of Light Sea Green #18C5A5
Tints of Light Sea Green #18C5A5
RGB
CMYK
RGB Variations
Color information
#18C5A5 (or 0x18C5A5) is known color: Light Sea Green. HEX triplet: 18, C5 and A5. RGB value is (24,197,165). Sum of RGB (Red+Green+Blue) = 24+197+165=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #18C5A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C5A5 is #E73A5A. Grayscale: #8D8D8D. Windows color (decimal): -15153755 or 10863896. OLE color: 10863896.
HSL color Cylindrical-coordinate representation of color #18C5A5: hue angle of 168.9º 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 #18C5A5 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 197 | 165 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.23 |
| HSL | 168.9º | 0.78% | 0.43% | - |
| HSV(B) | 168.9º | 0.88% | 0.77% | - |
| XYZ | 27.13 | 42.84 | 42.44 | - |
| YUV | 141.63 | 141.19 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 165 | 0.88 | 0 | 0.16 | 0.23 | 168.9 | 0.78 | 0.43 |
| Hex | 18 | C5 | A5 | 58 | 0 | 10 | 17 | A9 | 4E | 2B |
| Octal | 30 | 305 | 245 | 130 | 0 | 20 | 27 | 251 | 116 | 53 |
| Binary | 11000 | 11000101 | 10100101 | 1011000 | 0 | 10000 | 10111 | 10101001 | 1001110 | 101011 |
Color Harmonies of #18C5A5
Complementary color
Monochromatic Colors of #18C5A5
Black with #18C5A5
Text Example
Text Example
White with #18C5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C5A5; }
p { color: rgb(24,197,165); }
H1.HeaderClassName
{
color: #18C5A5;
}
.AnyTagClassName
{
color: #18C5A5;
}
</style>
background-color css
<style>
a { background-color: #18C5A5; }
a { background-color: rgb(24,197,165); }
div.DivClassName
{
background-color: #18C5A5;
}
.BgClassName
{
background-color: #18C5A5;
}
</style>
border-color css
<style>
span { border-color: #18C5A5; }
span { border-color: rgb(24,197,165); }
td.TdClassName
{
border-color: #18C5A5;
}
.TagClassName
{
border-color: #18C5A5;
}
</style>