Shades of Light Sea Green #18C9A6
Tints of Light Sea Green #18C9A6
RGB
CMYK
RGB Variations
Color information
#18C9A6 (or 0x18C9A6) is known color: Light Sea Green. HEX triplet: 18, C9 and A6. RGB value is (24,201,166). Sum of RGB (Red+Green+Blue) = 24+201+166=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #18C9A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C9A6 is #E73659. Grayscale: #909090. Windows color (decimal): -15152730 or 10930456. OLE color: 10930456.
HSL color Cylindrical-coordinate representation of color #18C9A6: hue angle of 168.14º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C9A6 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 201 | 166 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.21 |
| HSL | 168.14º | 0.79% | 0.44% | - |
| HSV(B) | 168.14º | 0.88% | 0.79% | - |
| XYZ | 28.15 | 44.72 | 43.22 | - |
| YUV | 144.09 | 140.36 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 166 | 0.88 | 0 | 0.17 | 0.21 | 168.14 | 0.79 | 0.44 |
| Hex | 18 | C9 | A6 | 58 | 0 | 11 | 15 | A8 | 4F | 2C |
| Octal | 30 | 311 | 246 | 130 | 0 | 21 | 25 | 250 | 117 | 54 |
| Binary | 11000 | 11001001 | 10100110 | 1011000 | 0 | 10001 | 10101 | 10101000 | 1001111 | 101100 |
Color Harmonies of #18C9A6
Complementary color
Monochromatic Colors of #18C9A6
Black with #18C9A6
Text Example
Text Example
White with #18C9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C9A6; }
p { color: rgb(24,201,166); }
H1.HeaderClassName
{
color: #18C9A6;
}
.AnyTagClassName
{
color: #18C9A6;
}
</style>
background-color css
<style>
a { background-color: #18C9A6; }
a { background-color: rgb(24,201,166); }
div.DivClassName
{
background-color: #18C9A6;
}
.BgClassName
{
background-color: #18C9A6;
}
</style>
border-color css
<style>
span { border-color: #18C9A6; }
span { border-color: rgb(24,201,166); }
td.TdClassName
{
border-color: #18C9A6;
}
.TagClassName
{
border-color: #18C9A6;
}
</style>