Shades of Light Sea Green #18BBBC
Tints of Light Sea Green #18BBBC
RGB
CMYK
RGB Variations
Color information
#18BBBC (or 0x18BBBC) is known color: Light Sea Green. HEX triplet: 18, BB and BC. RGB value is (24,187,188). Sum of RGB (Red+Green+Blue) = 24+187+188=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #18BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBBC is #E74443. Grayscale: #8A8A8A. Windows color (decimal): -15156292 or 12368664. OLE color: 12368664.
HSL color Cylindrical-coordinate representation of color #18BBBC: hue angle of 180.37º 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 #18BBBC is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 187 | 188 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.26 |
| HSL | 180.37º | 0.77% | 0.42% | - |
| HSV(B) | 180.37º | 0.87% | 0.74% | - |
| XYZ | 27.22 | 39.37 | 53.74 | - |
| YUV | 138.38 | 156 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 188 | 0.87 | 0.01 | 0 | 0.26 | 180.37 | 0.77 | 0.42 |
| Hex | 18 | BB | BC | 57 | 1 | 0 | 1A | B4 | 4D | 2A |
| Octal | 30 | 273 | 274 | 127 | 1 | 0 | 32 | 264 | 115 | 52 |
| Binary | 11000 | 10111011 | 10111100 | 1010111 | 1 | 0 | 11010 | 10110100 | 1001101 | 101010 |
Color Harmonies of #18BBBC
Complementary color
Monochromatic Colors of #18BBBC
Black with #18BBBC
Text Example
Text Example
White with #18BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBBC; }
p { color: rgb(24,187,188); }
H1.HeaderClassName
{
color: #18BBBC;
}
.AnyTagClassName
{
color: #18BBBC;
}
</style>
background-color css
<style>
a { background-color: #18BBBC; }
a { background-color: rgb(24,187,188); }
div.DivClassName
{
background-color: #18BBBC;
}
.BgClassName
{
background-color: #18BBBC;
}
</style>
border-color css
<style>
span { border-color: #18BBBC; }
span { border-color: rgb(24,187,188); }
td.TdClassName
{
border-color: #18BBBC;
}
.TagClassName
{
border-color: #18BBBC;
}
</style>