Shades of Light Sea Green #18BAAC
Tints of Light Sea Green #18BAAC
RGB
CMYK
RGB Variations
Color information
#18BAAC (or 0x18BAAC) is known color: Light Sea Green. HEX triplet: 18, BA and AC. RGB value is (24,186,172). Sum of RGB (Red+Green+Blue) = 24+186+172=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #18BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BAAC is #E74553. Grayscale: #878787. Windows color (decimal): -15156564 or 11319832. OLE color: 11319832.
HSL color Cylindrical-coordinate representation of color #18BAAC: hue angle of 174.81º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BAAC is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 186 | 172 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.27 |
| HSL | 174.81º | 0.77% | 0.41% | - |
| HSV(B) | 174.81º | 0.87% | 0.73% | - |
| XYZ | 25.38 | 38.29 | 45.08 | - |
| YUV | 135.97 | 148.33 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 172 | 0.87 | 0 | 0.08 | 0.27 | 174.81 | 0.77 | 0.41 |
| Hex | 18 | BA | AC | 57 | 0 | 8 | 1B | AF | 4D | 29 |
| Octal | 30 | 272 | 254 | 127 | 0 | 10 | 33 | 257 | 115 | 51 |
| Binary | 11000 | 10111010 | 10101100 | 1010111 | 0 | 1000 | 11011 | 10101111 | 1001101 | 101001 |
Color Harmonies of #18BAAC
Complementary color
Monochromatic Colors of #18BAAC
Black with #18BAAC
Text Example
Text Example
White with #18BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BAAC; }
p { color: rgb(24,186,172); }
H1.HeaderClassName
{
color: #18BAAC;
}
.AnyTagClassName
{
color: #18BAAC;
}
</style>
background-color css
<style>
a { background-color: #18BAAC; }
a { background-color: rgb(24,186,172); }
div.DivClassName
{
background-color: #18BAAC;
}
.BgClassName
{
background-color: #18BAAC;
}
</style>
border-color css
<style>
span { border-color: #18BAAC; }
span { border-color: rgb(24,186,172); }
td.TdClassName
{
border-color: #18BAAC;
}
.TagClassName
{
border-color: #18BAAC;
}
</style>