Shades of Light Sea Green #18AAA5
Tints of Light Sea Green #18AAA5
RGB
CMYK
RGB Variations
Color information
#18AAA5 (or 0x18AAA5) is known color: Light Sea Green. HEX triplet: 18, AA and A5. RGB value is (24,170,165). Sum of RGB (Red+Green+Blue) = 24+170+165=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #18AAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AAA5 is #E7555A. Grayscale: #7D7D7D. Windows color (decimal): -15160667 or 10856984. OLE color: 10856984.
HSL color Cylindrical-coordinate representation of color #18AAA5: hue angle of 177.95º 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 #18AAA5 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 165 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.33 |
| HSL | 177.95º | 0.75% | 0.38% | - |
| HSV(B) | 177.95º | 0.86% | 0.67% | - |
| XYZ | 21.54 | 31.66 | 40.57 | - |
| YUV | 125.78 | 150.13 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 165 | 0.86 | 0 | 0.03 | 0.33 | 177.95 | 0.75 | 0.38 |
| Hex | 18 | AA | A5 | 56 | 0 | 3 | 21 | B2 | 4B | 26 |
| Octal | 30 | 252 | 245 | 126 | 0 | 3 | 41 | 262 | 113 | 46 |
| Binary | 11000 | 10101010 | 10100101 | 1010110 | 0 | 11 | 100001 | 10110010 | 1001011 | 100110 |
Color Harmonies of #18AAA5
Complementary color
Monochromatic Colors of #18AAA5
Black with #18AAA5
Text Example
Text Example
White with #18AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAA5; }
p { color: rgb(24,170,165); }
H1.HeaderClassName
{
color: #18AAA5;
}
.AnyTagClassName
{
color: #18AAA5;
}
</style>
background-color css
<style>
a { background-color: #18AAA5; }
a { background-color: rgb(24,170,165); }
div.DivClassName
{
background-color: #18AAA5;
}
.BgClassName
{
background-color: #18AAA5;
}
</style>
border-color css
<style>
span { border-color: #18AAA5; }
span { border-color: rgb(24,170,165); }
td.TdClassName
{
border-color: #18AAA5;
}
.TagClassName
{
border-color: #18AAA5;
}
</style>