Shades of Light Sea Green #18A2AA
Tints of Light Sea Green #18A2AA
RGB
CMYK
RGB Variations
Color information
#18A2AA (or 0x18A2AA) is known color: Light Sea Green. HEX triplet: 18, A2 and AA. RGB value is (24,162,170). Sum of RGB (Red+Green+Blue) = 24+162+170=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #18A2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A2AA is #E75D55. Grayscale: #797979. Windows color (decimal): -15162710 or 11182616. OLE color: 11182616.
HSL color Cylindrical-coordinate representation of color #18A2AA: hue angle of 183.29º 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 #18A2AA is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 162 | 170 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.33 |
| HSL | 183.29º | 0.75% | 0.38% | - |
| HSV(B) | 183.29º | 0.86% | 0.67% | - |
| XYZ | 20.55 | 28.94 | 42.53 | - |
| YUV | 121.65 | 155.28 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 170 | 0.86 | 0.05 | 0 | 0.33 | 183.29 | 0.75 | 0.38 |
| Hex | 18 | A2 | AA | 56 | 5 | 0 | 21 | B7 | 4B | 26 |
| Octal | 30 | 242 | 252 | 126 | 5 | 0 | 41 | 267 | 113 | 46 |
| Binary | 11000 | 10100010 | 10101010 | 1010110 | 101 | 0 | 100001 | 10110111 | 1001011 | 100110 |
Color Harmonies of #18A2AA
Complementary color
Monochromatic Colors of #18A2AA
Black with #18A2AA
Text Example
Text Example
White with #18A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A2AA; }
p { color: rgb(24,162,170); }
H1.HeaderClassName
{
color: #18A2AA;
}
.AnyTagClassName
{
color: #18A2AA;
}
</style>
background-color css
<style>
a { background-color: #18A2AA; }
a { background-color: rgb(24,162,170); }
div.DivClassName
{
background-color: #18A2AA;
}
.BgClassName
{
background-color: #18A2AA;
}
</style>
border-color css
<style>
span { border-color: #18A2AA; }
span { border-color: rgb(24,162,170); }
td.TdClassName
{
border-color: #18A2AA;
}
.TagClassName
{
border-color: #18A2AA;
}
</style>