Shades of Light Sea Green #18C5AF
Tints of Light Sea Green #18C5AF
RGB
CMYK
RGB Variations
Color information
#18C5AF (or 0x18C5AF) is known color: Light Sea Green. HEX triplet: 18, C5 and AF. RGB value is (24,197,175). Sum of RGB (Red+Green+Blue) = 24+197+175=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #18C5AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C5AF is #E73A50. Grayscale: #8E8E8E. Windows color (decimal): -15153745 or 11519256. OLE color: 11519256.
HSL color Cylindrical-coordinate representation of color #18C5AF: hue angle of 172.37º 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 #18C5AF is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 197 | 175 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.23 |
| HSL | 172.37º | 0.78% | 0.43% | - |
| HSV(B) | 172.37º | 0.88% | 0.77% | - |
| XYZ | 28.08 | 43.22 | 47.42 | - |
| YUV | 142.77 | 146.19 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 175 | 0.88 | 0 | 0.11 | 0.23 | 172.37 | 0.78 | 0.43 |
| Hex | 18 | C5 | AF | 58 | 0 | B | 17 | AC | 4E | 2B |
| Octal | 30 | 305 | 257 | 130 | 0 | 13 | 27 | 254 | 116 | 53 |
| Binary | 11000 | 11000101 | 10101111 | 1011000 | 0 | 1011 | 10111 | 10101100 | 1001110 | 101011 |
Color Harmonies of #18C5AF
Complementary color
Monochromatic Colors of #18C5AF
Black with #18C5AF
Text Example
Text Example
White with #18C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C5AF; }
p { color: rgb(24,197,175); }
H1.HeaderClassName
{
color: #18C5AF;
}
.AnyTagClassName
{
color: #18C5AF;
}
</style>
background-color css
<style>
a { background-color: #18C5AF; }
a { background-color: rgb(24,197,175); }
div.DivClassName
{
background-color: #18C5AF;
}
.BgClassName
{
background-color: #18C5AF;
}
</style>
border-color css
<style>
span { border-color: #18C5AF; }
span { border-color: rgb(24,197,175); }
td.TdClassName
{
border-color: #18C5AF;
}
.TagClassName
{
border-color: #18C5AF;
}
</style>