Shades of Light Sea Green #18ADBB
Tints of Light Sea Green #18ADBB
RGB
CMYK
RGB Variations
Color information
#18ADBB (or 0x18ADBB) is known color: Light Sea Green. HEX triplet: 18, AD and BB. RGB value is (24,173,187). Sum of RGB (Red+Green+Blue) = 24+173+187=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #18ADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADBB is #E75244. Grayscale: #818181. Windows color (decimal): -15159877 or 12299544. OLE color: 12299544.
HSL color Cylindrical-coordinate representation of color #18ADBB: hue angle of 185.15º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18ADBB is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 173 | 187 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.27 |
| HSL | 185.15º | 0.77% | 0.41% | - |
| HSV(B) | 185.15º | 0.87% | 0.73% | - |
| XYZ | 24.29 | 33.67 | 52.23 | - |
| YUV | 130.05 | 160.14 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 187 | 0.87 | 0.07 | 0 | 0.27 | 185.15 | 0.77 | 0.41 |
| Hex | 18 | AD | BB | 57 | 7 | 0 | 1B | B9 | 4D | 29 |
| Octal | 30 | 255 | 273 | 127 | 7 | 0 | 33 | 271 | 115 | 51 |
| Binary | 11000 | 10101101 | 10111011 | 1010111 | 111 | 0 | 11011 | 10111001 | 1001101 | 101001 |
Color Harmonies of #18ADBB
Complementary color
Monochromatic Colors of #18ADBB
Black with #18ADBB
Text Example
Text Example
White with #18ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADBB; }
p { color: rgb(24,173,187); }
H1.HeaderClassName
{
color: #18ADBB;
}
.AnyTagClassName
{
color: #18ADBB;
}
</style>
background-color css
<style>
a { background-color: #18ADBB; }
a { background-color: rgb(24,173,187); }
div.DivClassName
{
background-color: #18ADBB;
}
.BgClassName
{
background-color: #18ADBB;
}
</style>
border-color css
<style>
span { border-color: #18ADBB; }
span { border-color: rgb(24,173,187); }
td.TdClassName
{
border-color: #18ADBB;
}
.TagClassName
{
border-color: #18ADBB;
}
</style>