Shades of Light Sea Green #18ADAB
Tints of Light Sea Green #18ADAB
RGB
CMYK
RGB Variations
Color information
#18ADAB (or 0x18ADAB) is known color: Light Sea Green. HEX triplet: 18, AD and AB. RGB value is (24,173,171). Sum of RGB (Red+Green+Blue) = 24+173+171=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #18ADAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18ADAB is #E75254. Grayscale: #808080. Windows color (decimal): -15159893 or 11250968. OLE color: 11250968.
HSL color Cylindrical-coordinate representation of color #18ADAB: hue angle of 179.19º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18ADAB is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 171 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.32 |
| HSL | 179.19º | 0.76% | 0.39% | - |
| HSV(B) | 179.19º | 0.86% | 0.68% | - |
| XYZ | 22.67 | 33.02 | 43.71 | - |
| YUV | 128.22 | 152.14 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 171 | 0.86 | 0 | 0.01 | 0.32 | 179.19 | 0.76 | 0.39 |
| Hex | 18 | AD | AB | 56 | 0 | 1 | 20 | B3 | 4C | 27 |
| Octal | 30 | 255 | 253 | 126 | 0 | 1 | 40 | 263 | 114 | 47 |
| Binary | 11000 | 10101101 | 10101011 | 1010110 | 0 | 1 | 100000 | 10110011 | 1001100 | 100111 |
Color Harmonies of #18ADAB
Complementary color
Monochromatic Colors of #18ADAB
Black with #18ADAB
Text Example
Text Example
White with #18ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADAB; }
p { color: rgb(24,173,171); }
H1.HeaderClassName
{
color: #18ADAB;
}
.AnyTagClassName
{
color: #18ADAB;
}
</style>
background-color css
<style>
a { background-color: #18ADAB; }
a { background-color: rgb(24,173,171); }
div.DivClassName
{
background-color: #18ADAB;
}
.BgClassName
{
background-color: #18ADAB;
}
</style>
border-color css
<style>
span { border-color: #18ADAB; }
span { border-color: rgb(24,173,171); }
td.TdClassName
{
border-color: #18ADAB;
}
.TagClassName
{
border-color: #18ADAB;
}
</style>