Shades of Light Sea Green #18BCAC
Tints of Light Sea Green #18BCAC
RGB
CMYK
RGB Variations
Color information
#18BCAC (or 0x18BCAC) is known color: Light Sea Green. HEX triplet: 18, BC and AC. RGB value is (24,188,172). Sum of RGB (Red+Green+Blue) = 24+188+172=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #18BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BCAC is #E74353. Grayscale: #898989. Windows color (decimal): -15156052 or 11320344. OLE color: 11320344.
HSL color Cylindrical-coordinate representation of color #18BCAC: hue angle of 174.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BCAC is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 172 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.26 |
| HSL | 174.15º | 0.77% | 0.42% | - |
| HSV(B) | 174.15º | 0.87% | 0.74% | - |
| XYZ | 25.81 | 39.14 | 45.22 | - |
| YUV | 137.14 | 147.67 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 172 | 0.87 | 0 | 0.09 | 0.26 | 174.15 | 0.77 | 0.42 |
| Hex | 18 | BC | AC | 57 | 0 | 9 | 1A | AE | 4D | 2A |
| Octal | 30 | 274 | 254 | 127 | 0 | 11 | 32 | 256 | 115 | 52 |
| Binary | 11000 | 10111100 | 10101100 | 1010111 | 0 | 1001 | 11010 | 10101110 | 1001101 | 101010 |
Color Harmonies of #18BCAC
Complementary color
Monochromatic Colors of #18BCAC
Black with #18BCAC
Text Example
Text Example
White with #18BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCAC; }
p { color: rgb(24,188,172); }
H1.HeaderClassName
{
color: #18BCAC;
}
.AnyTagClassName
{
color: #18BCAC;
}
</style>
background-color css
<style>
a { background-color: #18BCAC; }
a { background-color: rgb(24,188,172); }
div.DivClassName
{
background-color: #18BCAC;
}
.BgClassName
{
background-color: #18BCAC;
}
</style>
border-color css
<style>
span { border-color: #18BCAC; }
span { border-color: rgb(24,188,172); }
td.TdClassName
{
border-color: #18BCAC;
}
.TagClassName
{
border-color: #18BCAC;
}
</style>