Shades of Light Sea Green #0FBBAC
Tints of Light Sea Green #0FBBAC
RGB
CMYK
RGB Variations
Color information
#0FBBAC (or 0x0FBBAC) is known color: Light Sea Green. HEX triplet: 0F, BB and AC. RGB value is (15,187,172). Sum of RGB (Red+Green+Blue) = 15+187+172=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBBAC is #F04453. Grayscale: #858585. Windows color (decimal): -15746132 or 11320079. OLE color: 11320079.
HSL color Cylindrical-coordinate representation of color #0FBBAC: hue angle of 174.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBBAC is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 187 | 172 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.27 |
| HSL | 174.77º | 0.85% | 0.4% | - |
| HSV(B) | 174.77º | 0.92% | 0.73% | - |
| XYZ | 25.41 | 38.62 | 45.14 | - |
| YUV | 133.86 | 149.52 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 172 | 0.92 | 0 | 0.08 | 0.27 | 174.77 | 0.85 | 0.4 |
| Hex | F | BB | AC | 5C | 0 | 8 | 1B | AF | 55 | 28 |
| Octal | 17 | 273 | 254 | 134 | 0 | 10 | 33 | 257 | 125 | 50 |
| Binary | 1111 | 10111011 | 10101100 | 1011100 | 0 | 1000 | 11011 | 10101111 | 1010101 | 101000 |
Color Harmonies of #0FBBAC
Complementary color
Monochromatic Colors of #0FBBAC
Black with #0FBBAC
Text Example
Text Example
White with #0FBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBBAC; }
p { color: rgb(15,187,172); }
H1.HeaderClassName
{
color: #0FBBAC;
}
.AnyTagClassName
{
color: #0FBBAC;
}
</style>
background-color css
<style>
a { background-color: #0FBBAC; }
a { background-color: rgb(15,187,172); }
div.DivClassName
{
background-color: #0FBBAC;
}
.BgClassName
{
background-color: #0FBBAC;
}
</style>
border-color css
<style>
span { border-color: #0FBBAC; }
span { border-color: rgb(15,187,172); }
td.TdClassName
{
border-color: #0FBBAC;
}
.TagClassName
{
border-color: #0FBBAC;
}
</style>