Shades of Light Sea Green #18ABAC
Tints of Light Sea Green #18ABAC
RGB
CMYK
RGB Variations
Color information
#18ABAC (or 0x18ABAC) is known color: Light Sea Green. HEX triplet: 18, AB and AC. RGB value is (24,171,172). Sum of RGB (Red+Green+Blue) = 24+171+172=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #18ABAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18ABAC is #E75453. Grayscale: #7F7F7F. Windows color (decimal): -15160404 or 11315992. OLE color: 11315992.
HSL color Cylindrical-coordinate representation of color #18ABAC: hue angle of 180.41º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18ABAC is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 172 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.33 |
| HSL | 180.41º | 0.76% | 0.38% | - |
| HSV(B) | 180.41º | 0.86% | 0.67% | - |
| XYZ | 22.39 | 32.3 | 44.08 | - |
| YUV | 127.16 | 153.3 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 172 | 0.86 | 0.01 | 0 | 0.33 | 180.41 | 0.76 | 0.38 |
| Hex | 18 | AB | AC | 56 | 1 | 0 | 21 | B4 | 4C | 26 |
| Octal | 30 | 253 | 254 | 126 | 1 | 0 | 41 | 264 | 114 | 46 |
| Binary | 11000 | 10101011 | 10101100 | 1010110 | 1 | 0 | 100001 | 10110100 | 1001100 | 100110 |
Color Harmonies of #18ABAC
Complementary color
Monochromatic Colors of #18ABAC
Black with #18ABAC
Text Example
Text Example
White with #18ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABAC; }
p { color: rgb(24,171,172); }
H1.HeaderClassName
{
color: #18ABAC;
}
.AnyTagClassName
{
color: #18ABAC;
}
</style>
background-color css
<style>
a { background-color: #18ABAC; }
a { background-color: rgb(24,171,172); }
div.DivClassName
{
background-color: #18ABAC;
}
.BgClassName
{
background-color: #18ABAC;
}
</style>
border-color css
<style>
span { border-color: #18ABAC; }
span { border-color: rgb(24,171,172); }
td.TdClassName
{
border-color: #18ABAC;
}
.TagClassName
{
border-color: #18ABAC;
}
</style>