Shades of Light Sea Green #18B8BB
Tints of Light Sea Green #18B8BB
RGB
CMYK
RGB Variations
Color information
#18B8BB (or 0x18B8BB) is known color: Light Sea Green. HEX triplet: 18, B8 and BB. RGB value is (24,184,187). Sum of RGB (Red+Green+Blue) = 24+184+187=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #18B8BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B8BB is #E74744. Grayscale: #888888. Windows color (decimal): -15157061 or 12302360. OLE color: 12302360.
HSL color Cylindrical-coordinate representation of color #18B8BB: hue angle of 181.1º 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 #18B8BB is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 184 | 187 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.27 |
| HSL | 181.1º | 0.77% | 0.41% | - |
| HSV(B) | 181.1º | 0.87% | 0.73% | - |
| XYZ | 26.49 | 38.06 | 52.96 | - |
| YUV | 136.5 | 156.49 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 187 | 0.87 | 0.02 | 0 | 0.27 | 181.1 | 0.77 | 0.41 |
| Hex | 18 | B8 | BB | 57 | 2 | 0 | 1B | B5 | 4D | 29 |
| Octal | 30 | 270 | 273 | 127 | 2 | 0 | 33 | 265 | 115 | 51 |
| Binary | 11000 | 10111000 | 10111011 | 1010111 | 10 | 0 | 11011 | 10110101 | 1001101 | 101001 |
Color Harmonies of #18B8BB
Complementary color
Monochromatic Colors of #18B8BB
Black with #18B8BB
Text Example
Text Example
White with #18B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B8BB; }
p { color: rgb(24,184,187); }
H1.HeaderClassName
{
color: #18B8BB;
}
.AnyTagClassName
{
color: #18B8BB;
}
</style>
background-color css
<style>
a { background-color: #18B8BB; }
a { background-color: rgb(24,184,187); }
div.DivClassName
{
background-color: #18B8BB;
}
.BgClassName
{
background-color: #18B8BB;
}
</style>
border-color css
<style>
span { border-color: #18B8BB; }
span { border-color: rgb(24,184,187); }
td.TdClassName
{
border-color: #18B8BB;
}
.TagClassName
{
border-color: #18B8BB;
}
</style>