Shades of Light Sea Green #18C4A8
Tints of Light Sea Green #18C4A8
RGB
CMYK
RGB Variations
Color information
#18C4A8 (or 0x18C4A8) is known color: Light Sea Green. HEX triplet: 18, C4 and A8. RGB value is (24,196,168). Sum of RGB (Red+Green+Blue) = 24+196+168=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #18C4A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C4A8 is #E73B57. Grayscale: #8D8D8D. Windows color (decimal): -15154008 or 11060248. OLE color: 11060248.
HSL color Cylindrical-coordinate representation of color #18C4A8: hue angle of 170.23º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C4A8 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 196 | 168 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.23 |
| HSL | 170.23º | 0.78% | 0.43% | - |
| HSV(B) | 170.23º | 0.88% | 0.77% | - |
| XYZ | 27.18 | 42.5 | 43.82 | - |
| YUV | 141.38 | 143.02 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 196 | 168 | 0.88 | 0 | 0.14 | 0.23 | 170.23 | 0.78 | 0.43 |
| Hex | 18 | C4 | A8 | 58 | 0 | E | 17 | AA | 4E | 2B |
| Octal | 30 | 304 | 250 | 130 | 0 | 16 | 27 | 252 | 116 | 53 |
| Binary | 11000 | 11000100 | 10101000 | 1011000 | 0 | 1110 | 10111 | 10101010 | 1001110 | 101011 |
Color Harmonies of #18C4A8
Complementary color
Monochromatic Colors of #18C4A8
Black with #18C4A8
Text Example
Text Example
White with #18C4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C4A8; }
p { color: rgb(24,196,168); }
H1.HeaderClassName
{
color: #18C4A8;
}
.AnyTagClassName
{
color: #18C4A8;
}
</style>
background-color css
<style>
a { background-color: #18C4A8; }
a { background-color: rgb(24,196,168); }
div.DivClassName
{
background-color: #18C4A8;
}
.BgClassName
{
background-color: #18C4A8;
}
</style>
border-color css
<style>
span { border-color: #18C4A8; }
span { border-color: rgb(24,196,168); }
td.TdClassName
{
border-color: #18C4A8;
}
.TagClassName
{
border-color: #18C4A8;
}
</style>