Shades of Light Sea Green #18BCAB
Tints of Light Sea Green #18BCAB
RGB
CMYK
RGB Variations
Color information
#18BCAB (or 0x18BCAB) is known color: Light Sea Green. HEX triplet: 18, BC and AB. RGB value is (24,188,171). Sum of RGB (Red+Green+Blue) = 24+188+171=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #18BCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BCAB is #E74354. Grayscale: #888888. Windows color (decimal): -15156053 or 11254808. OLE color: 11254808.
HSL color Cylindrical-coordinate representation of color #18BCAB: hue angle of 173.78º 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 #18BCAB is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 171 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.26 |
| HSL | 173.78º | 0.77% | 0.42% | - |
| HSV(B) | 173.78º | 0.87% | 0.74% | - |
| XYZ | 25.71 | 39.1 | 44.72 | - |
| YUV | 137.03 | 147.17 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 171 | 0.87 | 0 | 0.09 | 0.26 | 173.78 | 0.77 | 0.42 |
| Hex | 18 | BC | AB | 57 | 0 | 9 | 1A | AE | 4D | 2A |
| Octal | 30 | 274 | 253 | 127 | 0 | 11 | 32 | 256 | 115 | 52 |
| Binary | 11000 | 10111100 | 10101011 | 1010111 | 0 | 1001 | 11010 | 10101110 | 1001101 | 101010 |
Color Harmonies of #18BCAB
Complementary color
Monochromatic Colors of #18BCAB
Black with #18BCAB
Text Example
Text Example
White with #18BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCAB; }
p { color: rgb(24,188,171); }
H1.HeaderClassName
{
color: #18BCAB;
}
.AnyTagClassName
{
color: #18BCAB;
}
</style>
background-color css
<style>
a { background-color: #18BCAB; }
a { background-color: rgb(24,188,171); }
div.DivClassName
{
background-color: #18BCAB;
}
.BgClassName
{
background-color: #18BCAB;
}
</style>
border-color css
<style>
span { border-color: #18BCAB; }
span { border-color: rgb(24,188,171); }
td.TdClassName
{
border-color: #18BCAB;
}
.TagClassName
{
border-color: #18BCAB;
}
</style>