Shades of Light Sea Green #0FBEAC
Tints of Light Sea Green #0FBEAC
RGB
CMYK
RGB Variations
Color information
#0FBEAC (or 0x0FBEAC) is known color: Light Sea Green. HEX triplet: 0F, BE and AC. RGB value is (15,190,172). Sum of RGB (Red+Green+Blue) = 15+190+172=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBEAC is #F04153. Grayscale: #878787. Windows color (decimal): -15745364 or 11320847. OLE color: 11320847.
HSL color Cylindrical-coordinate representation of color #0FBEAC: hue angle of 173.83º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBEAC is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 190 | 172 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.25 |
| HSL | 173.83º | 0.85% | 0.4% | - |
| HSV(B) | 173.83º | 0.92% | 0.75% | - |
| XYZ | 26.06 | 39.91 | 45.36 | - |
| YUV | 135.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 172 | 0.92 | 0 | 0.09 | 0.25 | 173.83 | 0.85 | 0.4 |
| Hex | F | BE | AC | 5C | 0 | 9 | 19 | AE | 55 | 28 |
| Octal | 17 | 276 | 254 | 134 | 0 | 11 | 31 | 256 | 125 | 50 |
| Binary | 1111 | 10111110 | 10101100 | 1011100 | 0 | 1001 | 11001 | 10101110 | 1010101 | 101000 |
Color Harmonies of #0FBEAC
Complementary color
Monochromatic Colors of #0FBEAC
Black with #0FBEAC
Text Example
Text Example
White with #0FBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEAC; }
p { color: rgb(15,190,172); }
H1.HeaderClassName
{
color: #0FBEAC;
}
.AnyTagClassName
{
color: #0FBEAC;
}
</style>
background-color css
<style>
a { background-color: #0FBEAC; }
a { background-color: rgb(15,190,172); }
div.DivClassName
{
background-color: #0FBEAC;
}
.BgClassName
{
background-color: #0FBEAC;
}
</style>
border-color css
<style>
span { border-color: #0FBEAC; }
span { border-color: rgb(15,190,172); }
td.TdClassName
{
border-color: #0FBEAC;
}
.TagClassName
{
border-color: #0FBEAC;
}
</style>