Shades of Light Sea Green #18BFBF
Tints of Light Sea Green #18BFBF
RGB
CMYK
RGB Variations
Color information
#18BFBF (or 0x18BFBF) is known color: Light Sea Green. HEX triplet: 18, BF and BF. RGB value is (24,191,191). Sum of RGB (Red+Green+Blue) = 24+191+191=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #18BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFBF is #E74040. Grayscale: #8C8C8C. Windows color (decimal): -15155265 or 12566296. OLE color: 12566296.
HSL color Cylindrical-coordinate representation of color #18BFBF: hue angle of 180º 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 #18BFBF is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 191 | 191 | - |
| CMYK | 0.87 | 0 | 0 | 0.25 |
| HSL | 180º | 0.78% | 0.42% | - |
| HSV(B) | 180º | 0.87% | 0.75% | - |
| XYZ | 28.41 | 41.22 | 55.75 | - |
| YUV | 141.07 | 156.17 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 191 | 0.87 | 0 | 0 | 0.25 | 180 | 0.78 | 0.42 |
| Hex | 18 | BF | BF | 57 | 0 | 0 | 19 | B4 | 4E | 2A |
| Octal | 30 | 277 | 277 | 127 | 0 | 0 | 31 | 264 | 116 | 52 |
| Binary | 11000 | 10111111 | 10111111 | 1010111 | 0 | 0 | 11001 | 10110100 | 1001110 | 101010 |
Color Harmonies of #18BFBF
Complementary color
Monochromatic Colors of #18BFBF
Black with #18BFBF
Text Example
Text Example
White with #18BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFBF; }
p { color: rgb(24,191,191); }
H1.HeaderClassName
{
color: #18BFBF;
}
.AnyTagClassName
{
color: #18BFBF;
}
</style>
background-color css
<style>
a { background-color: #18BFBF; }
a { background-color: rgb(24,191,191); }
div.DivClassName
{
background-color: #18BFBF;
}
.BgClassName
{
background-color: #18BFBF;
}
</style>
border-color css
<style>
span { border-color: #18BFBF; }
span { border-color: rgb(24,191,191); }
td.TdClassName
{
border-color: #18BFBF;
}
.TagClassName
{
border-color: #18BFBF;
}
</style>