Shades of Light Sea Green #18C09C
Tints of Light Sea Green #18C09C
RGB
CMYK
RGB Variations
Color information
#18C09C (or 0x18C09C) is known color: Light Sea Green. HEX triplet: 18, C0 and 9C. RGB value is (24,192,156). Sum of RGB (Red+Green+Blue) = 24+192+156=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #18C09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C09C is #E73F63. Grayscale: #898989. Windows color (decimal): -15155044 or 10272792. OLE color: 10272792.
HSL color Cylindrical-coordinate representation of color #18C09C: hue angle of 167.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C09C is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 156 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.25 |
| HSL | 167.14º | 0.78% | 0.42% | - |
| HSV(B) | 167.14º | 0.88% | 0.75% | - |
| XYZ | 25.23 | 40.29 | 37.9 | - |
| YUV | 137.66 | 138.34 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 156 | 0.88 | 0 | 0.19 | 0.25 | 167.14 | 0.78 | 0.42 |
| Hex | 18 | C0 | 9C | 58 | 0 | 13 | 19 | A7 | 4E | 2A |
| Octal | 30 | 300 | 234 | 130 | 0 | 23 | 31 | 247 | 116 | 52 |
| Binary | 11000 | 11000000 | 10011100 | 1011000 | 0 | 10011 | 11001 | 10100111 | 1001110 | 101010 |
Color Harmonies of #18C09C
Complementary color
Monochromatic Colors of #18C09C
Black with #18C09C
Text Example
Text Example
White with #18C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C09C; }
p { color: rgb(24,192,156); }
H1.HeaderClassName
{
color: #18C09C;
}
.AnyTagClassName
{
color: #18C09C;
}
</style>
background-color css
<style>
a { background-color: #18C09C; }
a { background-color: rgb(24,192,156); }
div.DivClassName
{
background-color: #18C09C;
}
.BgClassName
{
background-color: #18C09C;
}
</style>
border-color css
<style>
span { border-color: #18C09C; }
span { border-color: rgb(24,192,156); }
td.TdClassName
{
border-color: #18C09C;
}
.TagClassName
{
border-color: #18C09C;
}
</style>