Shades of Light Sea Green #18BFBD
Tints of Light Sea Green #18BFBD
RGB
CMYK
RGB Variations
Color information
#18BFBD (or 0x18BFBD) is known color: Light Sea Green. HEX triplet: 18, BF and BD. RGB value is (24,191,189). Sum of RGB (Red+Green+Blue) = 24+191+189=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #18BFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFBD is #E74042. Grayscale: #8C8C8C. Windows color (decimal): -15155267 or 12435224. OLE color: 12435224.
HSL color Cylindrical-coordinate representation of color #18BFBD: hue angle of 179.28º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BFBD is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 191 | 189 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.25 |
| HSL | 179.28º | 0.78% | 0.42% | - |
| HSV(B) | 179.28º | 0.87% | 0.75% | - |
| XYZ | 28.19 | 41.13 | 54.6 | - |
| YUV | 140.84 | 155.17 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 189 | 0.87 | 0 | 0.01 | 0.25 | 179.28 | 0.78 | 0.42 |
| Hex | 18 | BF | BD | 57 | 0 | 1 | 19 | B3 | 4E | 2A |
| Octal | 30 | 277 | 275 | 127 | 0 | 1 | 31 | 263 | 116 | 52 |
| Binary | 11000 | 10111111 | 10111101 | 1010111 | 0 | 1 | 11001 | 10110011 | 1001110 | 101010 |
Color Harmonies of #18BFBD
Complementary color
Monochromatic Colors of #18BFBD
Black with #18BFBD
Text Example
Text Example
White with #18BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFBD; }
p { color: rgb(24,191,189); }
H1.HeaderClassName
{
color: #18BFBD;
}
.AnyTagClassName
{
color: #18BFBD;
}
</style>
background-color css
<style>
a { background-color: #18BFBD; }
a { background-color: rgb(24,191,189); }
div.DivClassName
{
background-color: #18BFBD;
}
.BgClassName
{
background-color: #18BFBD;
}
</style>
border-color css
<style>
span { border-color: #18BFBD; }
span { border-color: rgb(24,191,189); }
td.TdClassName
{
border-color: #18BFBD;
}
.TagClassName
{
border-color: #18BFBD;
}
</style>