Shades of Light Sea Green #18A3A0
Tints of Light Sea Green #18A3A0
RGB
CMYK
RGB Variations
Color information
#18A3A0 (or 0x18A3A0) is known color: Light Sea Green. HEX triplet: 18, A3 and A0. RGB value is (24,163,160). Sum of RGB (Red+Green+Blue) = 24+163+160=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #18A3A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A3A0 is #E75C5F. Grayscale: #787878. Windows color (decimal): -15162464 or 10527512. OLE color: 10527512.
HSL color Cylindrical-coordinate representation of color #18A3A0: hue angle of 178.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A3A0 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 160 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.36 |
| HSL | 178.71º | 0.74% | 0.37% | - |
| HSV(B) | 178.71º | 0.85% | 0.64% | - |
| XYZ | 19.82 | 28.93 | 37.8 | - |
| YUV | 121.1 | 149.95 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 160 | 0.85 | 0 | 0.02 | 0.36 | 178.71 | 0.74 | 0.37 |
| Hex | 18 | A3 | A0 | 55 | 0 | 2 | 24 | B3 | 4A | 25 |
| Octal | 30 | 243 | 240 | 125 | 0 | 2 | 44 | 263 | 112 | 45 |
| Binary | 11000 | 10100011 | 10100000 | 1010101 | 0 | 10 | 100100 | 10110011 | 1001010 | 100101 |
Color Harmonies of #18A3A0
Complementary color
Monochromatic Colors of #18A3A0
Black with #18A3A0
Text Example
Text Example
White with #18A3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A3A0; }
p { color: rgb(24,163,160); }
H1.HeaderClassName
{
color: #18A3A0;
}
.AnyTagClassName
{
color: #18A3A0;
}
</style>
background-color css
<style>
a { background-color: #18A3A0; }
a { background-color: rgb(24,163,160); }
div.DivClassName
{
background-color: #18A3A0;
}
.BgClassName
{
background-color: #18A3A0;
}
</style>
border-color css
<style>
span { border-color: #18A3A0; }
span { border-color: rgb(24,163,160); }
td.TdClassName
{
border-color: #18A3A0;
}
.TagClassName
{
border-color: #18A3A0;
}
</style>