Shades of Light Sea Green #18BCA8
Tints of Light Sea Green #18BCA8
RGB
CMYK
RGB Variations
Color information
#18BCA8 (or 0x18BCA8) is known color: Light Sea Green. HEX triplet: 18, BC and A8. RGB value is (24,188,168). Sum of RGB (Red+Green+Blue) = 24+188+168=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #18BCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BCA8 is #E74357. Grayscale: #888888. Windows color (decimal): -15156056 or 11058200. OLE color: 11058200.
HSL color Cylindrical-coordinate representation of color #18BCA8: hue angle of 172.68º 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 #18BCA8 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 168 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.26 |
| HSL | 172.68º | 0.77% | 0.42% | - |
| HSV(B) | 172.68º | 0.87% | 0.74% | - |
| XYZ | 25.43 | 38.99 | 43.23 | - |
| YUV | 136.68 | 145.67 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 168 | 0.87 | 0 | 0.11 | 0.26 | 172.68 | 0.77 | 0.42 |
| Hex | 18 | BC | A8 | 57 | 0 | B | 1A | AD | 4D | 2A |
| Octal | 30 | 274 | 250 | 127 | 0 | 13 | 32 | 255 | 115 | 52 |
| Binary | 11000 | 10111100 | 10101000 | 1010111 | 0 | 1011 | 11010 | 10101101 | 1001101 | 101010 |
Color Harmonies of #18BCA8
Complementary color
Monochromatic Colors of #18BCA8
Black with #18BCA8
Text Example
Text Example
White with #18BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCA8; }
p { color: rgb(24,188,168); }
H1.HeaderClassName
{
color: #18BCA8;
}
.AnyTagClassName
{
color: #18BCA8;
}
</style>
background-color css
<style>
a { background-color: #18BCA8; }
a { background-color: rgb(24,188,168); }
div.DivClassName
{
background-color: #18BCA8;
}
.BgClassName
{
background-color: #18BCA8;
}
</style>
border-color css
<style>
span { border-color: #18BCA8; }
span { border-color: rgb(24,188,168); }
td.TdClassName
{
border-color: #18BCA8;
}
.TagClassName
{
border-color: #18BCA8;
}
</style>