Shades of Light Sea Green #18B8AF
Tints of Light Sea Green #18B8AF
RGB
CMYK
RGB Variations
Color information
#18B8AF (or 0x18B8AF) is known color: Light Sea Green. HEX triplet: 18, B8 and AF. RGB value is (24,184,175). Sum of RGB (Red+Green+Blue) = 24+184+175=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #18B8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B8AF is #E74750. Grayscale: #878787. Windows color (decimal): -15157073 or 11515928. OLE color: 11515928.
HSL color Cylindrical-coordinate representation of color #18B8AF: hue angle of 176.62º 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 #18B8AF is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 184 | 175 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.28 |
| HSL | 176.63º | 0.77% | 0.41% | - |
| HSV(B) | 176.63º | 0.87% | 0.72% | - |
| XYZ | 25.26 | 37.57 | 46.48 | - |
| YUV | 135.13 | 150.49 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 175 | 0.87 | 0 | 0.05 | 0.28 | 176.63 | 0.77 | 0.41 |
| Hex | 18 | B8 | AF | 57 | 0 | 5 | 1C | B1 | 4D | 29 |
| Octal | 30 | 270 | 257 | 127 | 0 | 5 | 34 | 261 | 115 | 51 |
| Binary | 11000 | 10111000 | 10101111 | 1010111 | 0 | 101 | 11100 | 10110001 | 1001101 | 101001 |
Color Harmonies of #18B8AF
Complementary color
Monochromatic Colors of #18B8AF
Black with #18B8AF
Text Example
Text Example
White with #18B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B8AF; }
p { color: rgb(24,184,175); }
H1.HeaderClassName
{
color: #18B8AF;
}
.AnyTagClassName
{
color: #18B8AF;
}
</style>
background-color css
<style>
a { background-color: #18B8AF; }
a { background-color: rgb(24,184,175); }
div.DivClassName
{
background-color: #18B8AF;
}
.BgClassName
{
background-color: #18B8AF;
}
</style>
border-color css
<style>
span { border-color: #18B8AF; }
span { border-color: rgb(24,184,175); }
td.TdClassName
{
border-color: #18B8AF;
}
.TagClassName
{
border-color: #18B8AF;
}
</style>