Shades of Light Sea Green #18ADBC
Tints of Light Sea Green #18ADBC
RGB
CMYK
RGB Variations
Color information
#18ADBC (or 0x18ADBC) is known color: Light Sea Green. HEX triplet: 18, AD and BC. RGB value is (24,173,188). Sum of RGB (Red+Green+Blue) = 24+173+188=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #18ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADBC is #E75243. Grayscale: #818181. Windows color (decimal): -15159876 or 12365080. OLE color: 12365080.
HSL color Cylindrical-coordinate representation of color #18ADBC: hue angle of 185.49º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18ADBC is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 173 | 188 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.26 |
| HSL | 185.49º | 0.77% | 0.42% | - |
| HSV(B) | 185.49º | 0.87% | 0.74% | - |
| XYZ | 24.4 | 33.71 | 52.8 | - |
| YUV | 130.16 | 160.64 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 188 | 0.87 | 0.08 | 0 | 0.26 | 185.49 | 0.77 | 0.42 |
| Hex | 18 | AD | BC | 57 | 8 | 0 | 1A | B9 | 4D | 2A |
| Octal | 30 | 255 | 274 | 127 | 10 | 0 | 32 | 271 | 115 | 52 |
| Binary | 11000 | 10101101 | 10111100 | 1010111 | 1000 | 0 | 11010 | 10111001 | 1001101 | 101010 |
Color Harmonies of #18ADBC
Complementary color
Monochromatic Colors of #18ADBC
Black with #18ADBC
Text Example
Text Example
White with #18ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADBC; }
p { color: rgb(24,173,188); }
H1.HeaderClassName
{
color: #18ADBC;
}
.AnyTagClassName
{
color: #18ADBC;
}
</style>
background-color css
<style>
a { background-color: #18ADBC; }
a { background-color: rgb(24,173,188); }
div.DivClassName
{
background-color: #18ADBC;
}
.BgClassName
{
background-color: #18ADBC;
}
</style>
border-color css
<style>
span { border-color: #18ADBC; }
span { border-color: rgb(24,173,188); }
td.TdClassName
{
border-color: #18ADBC;
}
.TagClassName
{
border-color: #18ADBC;
}
</style>