Shades of Light Sea Green #18C7AC
Tints of Light Sea Green #18C7AC
RGB
CMYK
RGB Variations
Color information
#18C7AC (or 0x18C7AC) is known color: Light Sea Green. HEX triplet: 18, C7 and AC. RGB value is (24,199,172). Sum of RGB (Red+Green+Blue) = 24+199+172=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #18C7AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C7AC is #E73853. Grayscale: #8F8F8F. Windows color (decimal): -15153236 or 11323160. OLE color: 11323160.
HSL color Cylindrical-coordinate representation of color #18C7AC: hue angle of 170.74º 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 #18C7AC is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 199 | 172 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.22 |
| HSL | 170.74º | 0.78% | 0.44% | - |
| HSV(B) | 170.74º | 0.88% | 0.78% | - |
| XYZ | 28.25 | 44.02 | 46.04 | - |
| YUV | 143.6 | 144.02 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 199 | 172 | 0.88 | 0 | 0.14 | 0.22 | 170.74 | 0.78 | 0.44 |
| Hex | 18 | C7 | AC | 58 | 0 | E | 16 | AB | 4E | 2C |
| Octal | 30 | 307 | 254 | 130 | 0 | 16 | 26 | 253 | 116 | 54 |
| Binary | 11000 | 11000111 | 10101100 | 1011000 | 0 | 1110 | 10110 | 10101011 | 1001110 | 101100 |
Color Harmonies of #18C7AC
Complementary color
Monochromatic Colors of #18C7AC
Black with #18C7AC
Text Example
Text Example
White with #18C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C7AC; }
p { color: rgb(24,199,172); }
H1.HeaderClassName
{
color: #18C7AC;
}
.AnyTagClassName
{
color: #18C7AC;
}
</style>
background-color css
<style>
a { background-color: #18C7AC; }
a { background-color: rgb(24,199,172); }
div.DivClassName
{
background-color: #18C7AC;
}
.BgClassName
{
background-color: #18C7AC;
}
</style>
border-color css
<style>
span { border-color: #18C7AC; }
span { border-color: rgb(24,199,172); }
td.TdClassName
{
border-color: #18C7AC;
}
.TagClassName
{
border-color: #18C7AC;
}
</style>