Shades of Light Sea Green #18C2AA
Tints of Light Sea Green #18C2AA
RGB
CMYK
RGB Variations
Color information
#18C2AA (or 0x18C2AA) is known color: Light Sea Green. HEX triplet: 18, C2 and AA. RGB value is (24,194,170). Sum of RGB (Red+Green+Blue) = 24+194+170=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #18C2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C2AA is #E73D55. Grayscale: #8C8C8C. Windows color (decimal): -15154518 or 11190808. OLE color: 11190808.
HSL color Cylindrical-coordinate representation of color #18C2AA: hue angle of 171.53º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C2AA is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 170 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.24 |
| HSL | 171.53º | 0.78% | 0.43% | - |
| HSV(B) | 171.53º | 0.88% | 0.76% | - |
| XYZ | 26.92 | 41.68 | 44.66 | - |
| YUV | 140.43 | 144.68 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 170 | 0.88 | 0 | 0.12 | 0.24 | 171.53 | 0.78 | 0.43 |
| Hex | 18 | C2 | AA | 58 | 0 | C | 18 | AC | 4E | 2B |
| Octal | 30 | 302 | 252 | 130 | 0 | 14 | 30 | 254 | 116 | 53 |
| Binary | 11000 | 11000010 | 10101010 | 1011000 | 0 | 1100 | 11000 | 10101100 | 1001110 | 101011 |
Color Harmonies of #18C2AA
Complementary color
Monochromatic Colors of #18C2AA
Black with #18C2AA
Text Example
Text Example
White with #18C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C2AA; }
p { color: rgb(24,194,170); }
H1.HeaderClassName
{
color: #18C2AA;
}
.AnyTagClassName
{
color: #18C2AA;
}
</style>
background-color css
<style>
a { background-color: #18C2AA; }
a { background-color: rgb(24,194,170); }
div.DivClassName
{
background-color: #18C2AA;
}
.BgClassName
{
background-color: #18C2AA;
}
</style>
border-color css
<style>
span { border-color: #18C2AA; }
span { border-color: rgb(24,194,170); }
td.TdClassName
{
border-color: #18C2AA;
}
.TagClassName
{
border-color: #18C2AA;
}
</style>