Shades of Light Sea Green #18C09B
Tints of Light Sea Green #18C09B
RGB
CMYK
RGB Variations
Color information
#18C09B (or 0x18C09B) is known color: Light Sea Green. HEX triplet: 18, C0 and 9B. RGB value is (24,192,155). Sum of RGB (Red+Green+Blue) = 24+192+155=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #18C09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C09B is #E73F64. Grayscale: #898989. Windows color (decimal): -15155045 or 10207256. OLE color: 10207256.
HSL color Cylindrical-coordinate representation of color #18C09B: hue angle of 166.79º 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 #18C09B is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 155 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.25 |
| HSL | 166.79º | 0.78% | 0.42% | - |
| HSV(B) | 166.79º | 0.88% | 0.75% | - |
| XYZ | 25.14 | 40.26 | 37.46 | - |
| YUV | 137.55 | 137.84 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 155 | 0.88 | 0 | 0.19 | 0.25 | 166.79 | 0.78 | 0.42 |
| Hex | 18 | C0 | 9B | 58 | 0 | 13 | 19 | A7 | 4E | 2A |
| Octal | 30 | 300 | 233 | 130 | 0 | 23 | 31 | 247 | 116 | 52 |
| Binary | 11000 | 11000000 | 10011011 | 1011000 | 0 | 10011 | 11001 | 10100111 | 1001110 | 101010 |
Color Harmonies of #18C09B
Complementary color
Monochromatic Colors of #18C09B
Black with #18C09B
Text Example
Text Example
White with #18C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C09B; }
p { color: rgb(24,192,155); }
H1.HeaderClassName
{
color: #18C09B;
}
.AnyTagClassName
{
color: #18C09B;
}
</style>
background-color css
<style>
a { background-color: #18C09B; }
a { background-color: rgb(24,192,155); }
div.DivClassName
{
background-color: #18C09B;
}
.BgClassName
{
background-color: #18C09B;
}
</style>
border-color css
<style>
span { border-color: #18C09B; }
span { border-color: rgb(24,192,155); }
td.TdClassName
{
border-color: #18C09B;
}
.TagClassName
{
border-color: #18C09B;
}
</style>