Shades of Light Sea Green #18B5BC
Tints of Light Sea Green #18B5BC
RGB
CMYK
RGB Variations
Color information
#18B5BC (or 0x18B5BC) is known color: Light Sea Green. HEX triplet: 18, B5 and BC. RGB value is (24,181,188). Sum of RGB (Red+Green+Blue) = 24+181+188=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #18B5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B5BC is #E74A43. Grayscale: #868686. Windows color (decimal): -15157828 or 12367128. OLE color: 12367128.
HSL color Cylindrical-coordinate representation of color #18B5BC: hue angle of 182.56º 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 #18B5BC is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 181 | 188 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.26 |
| HSL | 182.56º | 0.77% | 0.42% | - |
| HSV(B) | 182.56º | 0.87% | 0.74% | - |
| XYZ | 25.98 | 36.87 | 53.32 | - |
| YUV | 134.86 | 157.99 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 188 | 0.87 | 0.04 | 0 | 0.26 | 182.56 | 0.77 | 0.42 |
| Hex | 18 | B5 | BC | 57 | 4 | 0 | 1A | B7 | 4D | 2A |
| Octal | 30 | 265 | 274 | 127 | 4 | 0 | 32 | 267 | 115 | 52 |
| Binary | 11000 | 10110101 | 10111100 | 1010111 | 100 | 0 | 11010 | 10110111 | 1001101 | 101010 |
Color Harmonies of #18B5BC
Complementary color
Monochromatic Colors of #18B5BC
Black with #18B5BC
Text Example
Text Example
White with #18B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B5BC; }
p { color: rgb(24,181,188); }
H1.HeaderClassName
{
color: #18B5BC;
}
.AnyTagClassName
{
color: #18B5BC;
}
</style>
background-color css
<style>
a { background-color: #18B5BC; }
a { background-color: rgb(24,181,188); }
div.DivClassName
{
background-color: #18B5BC;
}
.BgClassName
{
background-color: #18B5BC;
}
</style>
border-color css
<style>
span { border-color: #18B5BC; }
span { border-color: rgb(24,181,188); }
td.TdClassName
{
border-color: #18B5BC;
}
.TagClassName
{
border-color: #18B5BC;
}
</style>