Shades of Light Sea Green #18C9AF
Tints of Light Sea Green #18C9AF
RGB
CMYK
RGB Variations
Color information
#18C9AF (or 0x18C9AF) is known color: Light Sea Green. HEX triplet: 18, C9 and AF. RGB value is (24,201,175). Sum of RGB (Red+Green+Blue) = 24+201+175=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #18C9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C9AF is #E73650. Grayscale: #919191. Windows color (decimal): -15152721 or 11520280. OLE color: 11520280.
HSL color Cylindrical-coordinate representation of color #18C9AF: hue angle of 171.19º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C9AF is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 201 | 175 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.21 |
| HSL | 171.19º | 0.79% | 0.44% | - |
| HSV(B) | 171.19º | 0.88% | 0.79% | - |
| XYZ | 29 | 45.06 | 47.73 | - |
| YUV | 145.11 | 144.86 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 175 | 0.88 | 0 | 0.13 | 0.21 | 171.19 | 0.79 | 0.44 |
| Hex | 18 | C9 | AF | 58 | 0 | D | 15 | AB | 4F | 2C |
| Octal | 30 | 311 | 257 | 130 | 0 | 15 | 25 | 253 | 117 | 54 |
| Binary | 11000 | 11001001 | 10101111 | 1011000 | 0 | 1101 | 10101 | 10101011 | 1001111 | 101100 |
Color Harmonies of #18C9AF
Complementary color
Monochromatic Colors of #18C9AF
Black with #18C9AF
Text Example
Text Example
White with #18C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C9AF; }
p { color: rgb(24,201,175); }
H1.HeaderClassName
{
color: #18C9AF;
}
.AnyTagClassName
{
color: #18C9AF;
}
</style>
background-color css
<style>
a { background-color: #18C9AF; }
a { background-color: rgb(24,201,175); }
div.DivClassName
{
background-color: #18C9AF;
}
.BgClassName
{
background-color: #18C9AF;
}
</style>
border-color css
<style>
span { border-color: #18C9AF; }
span { border-color: rgb(24,201,175); }
td.TdClassName
{
border-color: #18C9AF;
}
.TagClassName
{
border-color: #18C9AF;
}
</style>