Shades of Light Sea Green #18CBA9
Tints of Light Sea Green #18CBA9
RGB
CMYK
RGB Variations
Color information
#18CBA9 (or 0x18CBA9) is known color: Light Sea Green. HEX triplet: 18, CB and A9. RGB value is (24,203,169). Sum of RGB (Red+Green+Blue) = 24+203+169=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CBA9 is #E73456. Grayscale: #919191. Windows color (decimal): -15152215 or 11127576. OLE color: 11127576.
HSL color Cylindrical-coordinate representation of color #18CBA9: hue angle of 168.6º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CBA9 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 169 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.20 |
| HSL | 168.6º | 0.79% | 0.45% | - |
| HSV(B) | 168.6º | 0.88% | 0.8% | - |
| XYZ | 28.89 | 45.77 | 44.85 | - |
| YUV | 145.6 | 141.2 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 169 | 0.88 | 0 | 0.17 | 0.20 | 168.6 | 0.79 | 0.45 |
| Hex | 18 | CB | A9 | 58 | 0 | 11 | 14 | A9 | 4F | 2D |
| Octal | 30 | 313 | 251 | 130 | 0 | 21 | 24 | 251 | 117 | 55 |
| Binary | 11000 | 11001011 | 10101001 | 1011000 | 0 | 10001 | 10100 | 10101001 | 1001111 | 101101 |
Color Harmonies of #18CBA9
Complementary color
Monochromatic Colors of #18CBA9
Black with #18CBA9
Text Example
Text Example
White with #18CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBA9; }
p { color: rgb(24,203,169); }
H1.HeaderClassName
{
color: #18CBA9;
}
.AnyTagClassName
{
color: #18CBA9;
}
</style>
background-color css
<style>
a { background-color: #18CBA9; }
a { background-color: rgb(24,203,169); }
div.DivClassName
{
background-color: #18CBA9;
}
.BgClassName
{
background-color: #18CBA9;
}
</style>
border-color css
<style>
span { border-color: #18CBA9; }
span { border-color: rgb(24,203,169); }
td.TdClassName
{
border-color: #18CBA9;
}
.TagClassName
{
border-color: #18CBA9;
}
</style>