Shades of Light Sea Green #18C0AF
Tints of Light Sea Green #18C0AF
RGB
CMYK
RGB Variations
Color information
#18C0AF (or 0x18C0AF) is known color: Light Sea Green. HEX triplet: 18, C0 and AF. RGB value is (24,192,175). Sum of RGB (Red+Green+Blue) = 24+192+175=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #18C0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C0AF is #E73F50. Grayscale: #8B8B8B. Windows color (decimal): -15155025 or 11517976. OLE color: 11517976.
HSL color Cylindrical-coordinate representation of color #18C0AF: hue angle of 173.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C0AF is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 175 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.25 |
| HSL | 173.93º | 0.78% | 0.42% | - |
| HSV(B) | 173.93º | 0.88% | 0.75% | - |
| XYZ | 26.96 | 40.99 | 47.05 | - |
| YUV | 139.83 | 147.84 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 175 | 0.88 | 0 | 0.09 | 0.25 | 173.93 | 0.78 | 0.42 |
| Hex | 18 | C0 | AF | 58 | 0 | 9 | 19 | AE | 4E | 2A |
| Octal | 30 | 300 | 257 | 130 | 0 | 11 | 31 | 256 | 116 | 52 |
| Binary | 11000 | 11000000 | 10101111 | 1011000 | 0 | 1001 | 11001 | 10101110 | 1001110 | 101010 |
Color Harmonies of #18C0AF
Complementary color
Monochromatic Colors of #18C0AF
Black with #18C0AF
Text Example
Text Example
White with #18C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C0AF; }
p { color: rgb(24,192,175); }
H1.HeaderClassName
{
color: #18C0AF;
}
.AnyTagClassName
{
color: #18C0AF;
}
</style>
background-color css
<style>
a { background-color: #18C0AF; }
a { background-color: rgb(24,192,175); }
div.DivClassName
{
background-color: #18C0AF;
}
.BgClassName
{
background-color: #18C0AF;
}
</style>
border-color css
<style>
span { border-color: #18C0AF; }
span { border-color: rgb(24,192,175); }
td.TdClassName
{
border-color: #18C0AF;
}
.TagClassName
{
border-color: #18C0AF;
}
</style>