Shades of Light Sea Green #18ABA5
Tints of Light Sea Green #18ABA5
RGB
CMYK
RGB Variations
Color information
#18ABA5 (or 0x18ABA5) is known color: Light Sea Green. HEX triplet: 18, AB and A5. RGB value is (24,171,165). Sum of RGB (Red+Green+Blue) = 24+171+165=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #18ABA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18ABA5 is #E7545A. Grayscale: #7E7E7E. Windows color (decimal): -15160411 or 10857240. OLE color: 10857240.
HSL color Cylindrical-coordinate representation of color #18ABA5: hue angle of 177.55º degrees, saturation: 0.75, 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 #18ABA5 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 165 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.33 |
| HSL | 177.55º | 0.75% | 0.38% | - |
| HSV(B) | 177.55º | 0.86% | 0.67% | - |
| XYZ | 21.73 | 32.04 | 40.64 | - |
| YUV | 126.36 | 149.8 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 165 | 0.86 | 0 | 0.04 | 0.33 | 177.55 | 0.75 | 0.38 |
| Hex | 18 | AB | A5 | 56 | 0 | 4 | 21 | B2 | 4B | 26 |
| Octal | 30 | 253 | 245 | 126 | 0 | 4 | 41 | 262 | 113 | 46 |
| Binary | 11000 | 10101011 | 10100101 | 1010110 | 0 | 100 | 100001 | 10110010 | 1001011 | 100110 |
Color Harmonies of #18ABA5
Complementary color
Monochromatic Colors of #18ABA5
Black with #18ABA5
Text Example
Text Example
White with #18ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABA5; }
p { color: rgb(24,171,165); }
H1.HeaderClassName
{
color: #18ABA5;
}
.AnyTagClassName
{
color: #18ABA5;
}
</style>
background-color css
<style>
a { background-color: #18ABA5; }
a { background-color: rgb(24,171,165); }
div.DivClassName
{
background-color: #18ABA5;
}
.BgClassName
{
background-color: #18ABA5;
}
</style>
border-color css
<style>
span { border-color: #18ABA5; }
span { border-color: rgb(24,171,165); }
td.TdClassName
{
border-color: #18ABA5;
}
.TagClassName
{
border-color: #18ABA5;
}
</style>