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