Shades of Light Sea Green #18B8AB
Tints of Light Sea Green #18B8AB
RGB
CMYK
RGB Variations
Color information
#18B8AB (or 0x18B8AB) is known color: Light Sea Green. HEX triplet: 18, B8 and AB. RGB value is (24,184,171). Sum of RGB (Red+Green+Blue) = 24+184+171=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #18B8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B8AB is #E74754. Grayscale: #868686. Windows color (decimal): -15157077 or 11253784. OLE color: 11253784.
HSL color Cylindrical-coordinate representation of color #18B8AB: hue angle of 175.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B8AB is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 184 | 171 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.28 |
| HSL | 175.13º | 0.77% | 0.41% | - |
| HSV(B) | 175.13º | 0.87% | 0.72% | - |
| XYZ | 24.87 | 37.42 | 44.44 | - |
| YUV | 134.68 | 148.49 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 171 | 0.87 | 0 | 0.07 | 0.28 | 175.13 | 0.77 | 0.41 |
| Hex | 18 | B8 | AB | 57 | 0 | 7 | 1C | AF | 4D | 29 |
| Octal | 30 | 270 | 253 | 127 | 0 | 7 | 34 | 257 | 115 | 51 |
| Binary | 11000 | 10111000 | 10101011 | 1010111 | 0 | 111 | 11100 | 10101111 | 1001101 | 101001 |
Color Harmonies of #18B8AB
Complementary color
Monochromatic Colors of #18B8AB
Black with #18B8AB
Text Example
Text Example
White with #18B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B8AB; }
p { color: rgb(24,184,171); }
H1.HeaderClassName
{
color: #18B8AB;
}
.AnyTagClassName
{
color: #18B8AB;
}
</style>
background-color css
<style>
a { background-color: #18B8AB; }
a { background-color: rgb(24,184,171); }
div.DivClassName
{
background-color: #18B8AB;
}
.BgClassName
{
background-color: #18B8AB;
}
</style>
border-color css
<style>
span { border-color: #18B8AB; }
span { border-color: rgb(24,184,171); }
td.TdClassName
{
border-color: #18B8AB;
}
.TagClassName
{
border-color: #18B8AB;
}
</style>