Shades of Light Sea Green #18C2AE
Tints of Light Sea Green #18C2AE
RGB
CMYK
RGB Variations
Color information
#18C2AE (or 0x18C2AE) is known color: Light Sea Green. HEX triplet: 18, C2 and AE. RGB value is (24,194,174). Sum of RGB (Red+Green+Blue) = 24+194+174=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #18C2AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C2AE is #E73D51. Grayscale: #8C8C8C. Windows color (decimal): -15154514 or 11452952. OLE color: 11452952.
HSL color Cylindrical-coordinate representation of color #18C2AE: hue angle of 172.94º 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 #18C2AE is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 174 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.24 |
| HSL | 172.94º | 0.78% | 0.43% | - |
| HSV(B) | 172.94º | 0.88% | 0.76% | - |
| XYZ | 27.31 | 41.83 | 46.68 | - |
| YUV | 140.89 | 146.68 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 174 | 0.88 | 0 | 0.10 | 0.24 | 172.94 | 0.78 | 0.43 |
| Hex | 18 | C2 | AE | 58 | 0 | A | 18 | AD | 4E | 2B |
| Octal | 30 | 302 | 256 | 130 | 0 | 12 | 30 | 255 | 116 | 53 |
| Binary | 11000 | 11000010 | 10101110 | 1011000 | 0 | 1010 | 11000 | 10101101 | 1001110 | 101011 |
Color Harmonies of #18C2AE
Complementary color
Monochromatic Colors of #18C2AE
Black with #18C2AE
Text Example
Text Example
White with #18C2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C2AE; }
p { color: rgb(24,194,174); }
H1.HeaderClassName
{
color: #18C2AE;
}
.AnyTagClassName
{
color: #18C2AE;
}
</style>
background-color css
<style>
a { background-color: #18C2AE; }
a { background-color: rgb(24,194,174); }
div.DivClassName
{
background-color: #18C2AE;
}
.BgClassName
{
background-color: #18C2AE;
}
</style>
border-color css
<style>
span { border-color: #18C2AE; }
span { border-color: rgb(24,194,174); }
td.TdClassName
{
border-color: #18C2AE;
}
.TagClassName
{
border-color: #18C2AE;
}
</style>