Shades of Light Sea Green #18C6A8
Tints of Light Sea Green #18C6A8
RGB
CMYK
RGB Variations
Color information
#18C6A8 (or 0x18C6A8) is known color: Light Sea Green. HEX triplet: 18, C6 and A8. RGB value is (24,198,168). Sum of RGB (Red+Green+Blue) = 24+198+168=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #18C6A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C6A8 is #E73957. Grayscale: #8E8E8E. Windows color (decimal): -15153496 or 11060760. OLE color: 11060760.
HSL color Cylindrical-coordinate representation of color #18C6A8: hue angle of 169.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C6A8 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 168 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.22 |
| HSL | 169.66º | 0.78% | 0.44% | - |
| HSV(B) | 169.66º | 0.88% | 0.78% | - |
| XYZ | 27.64 | 43.41 | 43.97 | - |
| YUV | 142.55 | 142.35 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 168 | 0.88 | 0 | 0.15 | 0.22 | 169.66 | 0.78 | 0.44 |
| Hex | 18 | C6 | A8 | 58 | 0 | F | 16 | AA | 4E | 2C |
| Octal | 30 | 306 | 250 | 130 | 0 | 17 | 26 | 252 | 116 | 54 |
| Binary | 11000 | 11000110 | 10101000 | 1011000 | 0 | 1111 | 10110 | 10101010 | 1001110 | 101100 |
Color Harmonies of #18C6A8
Complementary color
Monochromatic Colors of #18C6A8
Black with #18C6A8
Text Example
Text Example
White with #18C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C6A8; }
p { color: rgb(24,198,168); }
H1.HeaderClassName
{
color: #18C6A8;
}
.AnyTagClassName
{
color: #18C6A8;
}
</style>
background-color css
<style>
a { background-color: #18C6A8; }
a { background-color: rgb(24,198,168); }
div.DivClassName
{
background-color: #18C6A8;
}
.BgClassName
{
background-color: #18C6A8;
}
</style>
border-color css
<style>
span { border-color: #18C6A8; }
span { border-color: rgb(24,198,168); }
td.TdClassName
{
border-color: #18C6A8;
}
.TagClassName
{
border-color: #18C6A8;
}
</style>