Shades of Light Sea Green #18BCA0
Tints of Light Sea Green #18BCA0
RGB
CMYK
RGB Variations
Color information
#18BCA0 (or 0x18BCA0) is known color: Light Sea Green. HEX triplet: 18, BC and A0. RGB value is (24,188,160). Sum of RGB (Red+Green+Blue) = 24+188+160=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #18BCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BCA0 is #E7435F. Grayscale: #878787. Windows color (decimal): -15156064 or 10533912. OLE color: 10533912.
HSL color Cylindrical-coordinate representation of color #18BCA0: hue angle of 169.76º 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 #18BCA0 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 160 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.26 |
| HSL | 169.76º | 0.77% | 0.42% | - |
| HSV(B) | 169.76º | 0.87% | 0.74% | - |
| XYZ | 24.71 | 38.7 | 39.43 | - |
| YUV | 135.77 | 141.67 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 160 | 0.87 | 0 | 0.15 | 0.26 | 169.76 | 0.77 | 0.42 |
| Hex | 18 | BC | A0 | 57 | 0 | F | 1A | AA | 4D | 2A |
| Octal | 30 | 274 | 240 | 127 | 0 | 17 | 32 | 252 | 115 | 52 |
| Binary | 11000 | 10111100 | 10100000 | 1010111 | 0 | 1111 | 11010 | 10101010 | 1001101 | 101010 |
Color Harmonies of #18BCA0
Complementary color
Monochromatic Colors of #18BCA0
Black with #18BCA0
Text Example
Text Example
White with #18BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCA0; }
p { color: rgb(24,188,160); }
H1.HeaderClassName
{
color: #18BCA0;
}
.AnyTagClassName
{
color: #18BCA0;
}
</style>
background-color css
<style>
a { background-color: #18BCA0; }
a { background-color: rgb(24,188,160); }
div.DivClassName
{
background-color: #18BCA0;
}
.BgClassName
{
background-color: #18BCA0;
}
</style>
border-color css
<style>
span { border-color: #18BCA0; }
span { border-color: rgb(24,188,160); }
td.TdClassName
{
border-color: #18BCA0;
}
.TagClassName
{
border-color: #18BCA0;
}
</style>