Shades of Light Sea Green #18BDAF
Tints of Light Sea Green #18BDAF
RGB
CMYK
RGB Variations
Color information
#18BDAF (or 0x18BDAF) is known color: Light Sea Green. HEX triplet: 18, BD and AF. RGB value is (24,189,175). Sum of RGB (Red+Green+Blue) = 24+189+175=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #18BDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BDAF is #E74250. Grayscale: #898989. Windows color (decimal): -15155793 or 11517208. OLE color: 11517208.
HSL color Cylindrical-coordinate representation of color #18BDAF: hue angle of 174.91º 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 #18BDAF is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 189 | 175 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.26 |
| HSL | 174.91º | 0.77% | 0.42% | - |
| HSV(B) | 174.91º | 0.87% | 0.74% | - |
| XYZ | 26.31 | 39.68 | 46.83 | - |
| YUV | 138.07 | 148.84 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 175 | 0.87 | 0 | 0.07 | 0.26 | 174.91 | 0.77 | 0.42 |
| Hex | 18 | BD | AF | 57 | 0 | 7 | 1A | AF | 4D | 2A |
| Octal | 30 | 275 | 257 | 127 | 0 | 7 | 32 | 257 | 115 | 52 |
| Binary | 11000 | 10111101 | 10101111 | 1010111 | 0 | 111 | 11010 | 10101111 | 1001101 | 101010 |
Color Harmonies of #18BDAF
Complementary color
Monochromatic Colors of #18BDAF
Black with #18BDAF
Text Example
Text Example
White with #18BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BDAF; }
p { color: rgb(24,189,175); }
H1.HeaderClassName
{
color: #18BDAF;
}
.AnyTagClassName
{
color: #18BDAF;
}
</style>
background-color css
<style>
a { background-color: #18BDAF; }
a { background-color: rgb(24,189,175); }
div.DivClassName
{
background-color: #18BDAF;
}
.BgClassName
{
background-color: #18BDAF;
}
</style>
border-color css
<style>
span { border-color: #18BDAF; }
span { border-color: rgb(24,189,175); }
td.TdClassName
{
border-color: #18BDAF;
}
.TagClassName
{
border-color: #18BDAF;
}
</style>