Shades of Light Sea Green #18A3AB
Tints of Light Sea Green #18A3AB
RGB
CMYK
RGB Variations
Color information
#18A3AB (or 0x18A3AB) is known color: Light Sea Green. HEX triplet: 18, A3 and AB. RGB value is (24,163,171). Sum of RGB (Red+Green+Blue) = 24+163+171=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #18A3AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A3AB is #E75C54. Grayscale: #7A7A7A. Windows color (decimal): -15162453 or 11248408. OLE color: 11248408.
HSL color Cylindrical-coordinate representation of color #18A3AB: hue angle of 183.27º 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 #18A3AB is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 163 | 171 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.33 |
| HSL | 183.27º | 0.75% | 0.38% | - |
| HSV(B) | 183.27º | 0.86% | 0.67% | - |
| XYZ | 20.82 | 29.33 | 43.09 | - |
| YUV | 122.35 | 155.45 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 171 | 0.86 | 0.05 | 0 | 0.33 | 183.27 | 0.75 | 0.38 |
| Hex | 18 | A3 | AB | 56 | 5 | 0 | 21 | B7 | 4B | 26 |
| Octal | 30 | 243 | 253 | 126 | 5 | 0 | 41 | 267 | 113 | 46 |
| Binary | 11000 | 10100011 | 10101011 | 1010110 | 101 | 0 | 100001 | 10110111 | 1001011 | 100110 |
Color Harmonies of #18A3AB
Complementary color
Monochromatic Colors of #18A3AB
Black with #18A3AB
Text Example
Text Example
White with #18A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A3AB; }
p { color: rgb(24,163,171); }
H1.HeaderClassName
{
color: #18A3AB;
}
.AnyTagClassName
{
color: #18A3AB;
}
</style>
background-color css
<style>
a { background-color: #18A3AB; }
a { background-color: rgb(24,163,171); }
div.DivClassName
{
background-color: #18A3AB;
}
.BgClassName
{
background-color: #18A3AB;
}
</style>
border-color css
<style>
span { border-color: #18A3AB; }
span { border-color: rgb(24,163,171); }
td.TdClassName
{
border-color: #18A3AB;
}
.TagClassName
{
border-color: #18A3AB;
}
</style>