Shades of Light Sea Green #18AAA0
Tints of Light Sea Green #18AAA0
RGB
CMYK
RGB Variations
Color information
#18AAA0 (or 0x18AAA0) is known color: Light Sea Green. HEX triplet: 18, AA and A0. RGB value is (24,170,160). Sum of RGB (Red+Green+Blue) = 24+170+160=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #18AAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AAA0 is #E7555F. Grayscale: #7D7D7D. Windows color (decimal): -15160672 or 10529304. OLE color: 10529304.
HSL color Cylindrical-coordinate representation of color #18AAA0: hue angle of 175.89º 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 #18AAA0 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 160 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.33 |
| HSL | 175.89º | 0.75% | 0.38% | - |
| HSV(B) | 175.89º | 0.86% | 0.67% | - |
| XYZ | 21.1 | 31.48 | 38.22 | - |
| YUV | 125.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 160 | 0.86 | 0 | 0.06 | 0.33 | 175.89 | 0.75 | 0.38 |
| Hex | 18 | AA | A0 | 56 | 0 | 6 | 21 | B0 | 4B | 26 |
| Octal | 30 | 252 | 240 | 126 | 0 | 6 | 41 | 260 | 113 | 46 |
| Binary | 11000 | 10101010 | 10100000 | 1010110 | 0 | 110 | 100001 | 10110000 | 1001011 | 100110 |
Color Harmonies of #18AAA0
Complementary color
Monochromatic Colors of #18AAA0
Black with #18AAA0
Text Example
Text Example
White with #18AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAA0; }
p { color: rgb(24,170,160); }
H1.HeaderClassName
{
color: #18AAA0;
}
.AnyTagClassName
{
color: #18AAA0;
}
</style>
background-color css
<style>
a { background-color: #18AAA0; }
a { background-color: rgb(24,170,160); }
div.DivClassName
{
background-color: #18AAA0;
}
.BgClassName
{
background-color: #18AAA0;
}
</style>
border-color css
<style>
span { border-color: #18AAA0; }
span { border-color: rgb(24,170,160); }
td.TdClassName
{
border-color: #18AAA0;
}
.TagClassName
{
border-color: #18AAA0;
}
</style>