Shades of Light Sea Green #18BA9A
Tints of Light Sea Green #18BA9A
RGB
CMYK
RGB Variations
Color information
#18BA9A (or 0x18BA9A) is known color: Light Sea Green. HEX triplet: 18, BA and 9A. RGB value is (24,186,154). Sum of RGB (Red+Green+Blue) = 24+186+154=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BA9A is #E74565. Grayscale: #858585. Windows color (decimal): -15156582 or 10140184. OLE color: 10140184.
HSL color Cylindrical-coordinate representation of color #18BA9A: hue angle of 168.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 #18BA9A is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 186 | 154 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.27 |
| HSL | 168.15º | 0.77% | 0.41% | - |
| HSV(B) | 168.15º | 0.87% | 0.73% | - |
| XYZ | 23.77 | 37.65 | 36.59 | - |
| YUV | 133.91 | 139.33 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 154 | 0.87 | 0 | 0.17 | 0.27 | 168.15 | 0.77 | 0.41 |
| Hex | 18 | BA | 9A | 57 | 0 | 11 | 1B | A8 | 4D | 29 |
| Octal | 30 | 272 | 232 | 127 | 0 | 21 | 33 | 250 | 115 | 51 |
| Binary | 11000 | 10111010 | 10011010 | 1010111 | 0 | 10001 | 11011 | 10101000 | 1001101 | 101001 |
Color Harmonies of #18BA9A
Complementary color
Monochromatic Colors of #18BA9A
Black with #18BA9A
Text Example
Text Example
White with #18BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BA9A; }
p { color: rgb(24,186,154); }
H1.HeaderClassName
{
color: #18BA9A;
}
.AnyTagClassName
{
color: #18BA9A;
}
</style>
background-color css
<style>
a { background-color: #18BA9A; }
a { background-color: rgb(24,186,154); }
div.DivClassName
{
background-color: #18BA9A;
}
.BgClassName
{
background-color: #18BA9A;
}
</style>
border-color css
<style>
span { border-color: #18BA9A; }
span { border-color: rgb(24,186,154); }
td.TdClassName
{
border-color: #18BA9A;
}
.TagClassName
{
border-color: #18BA9A;
}
</style>