Shades of Light Sea Green #0FBCB0
Tints of Light Sea Green #0FBCB0
RGB
CMYK
RGB Variations
Color information
#0FBCB0 (or 0x0FBCB0) is known color: Light Sea Green. HEX triplet: 0F, BC and B0. RGB value is (15,188,176). Sum of RGB (Red+Green+Blue) = 15+188+176=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBCB0 is #F0434F. Grayscale: #868686. Windows color (decimal): -15745872 or 11582479. OLE color: 11582479.
HSL color Cylindrical-coordinate representation of color #0FBCB0: hue angle of 175.84º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBCB0 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 176 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.26 |
| HSL | 175.84º | 0.85% | 0.4% | - |
| HSV(B) | 175.84º | 0.92% | 0.74% | - |
| XYZ | 26.02 | 39.2 | 47.27 | - |
| YUV | 134.91 | 151.19 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 176 | 0.92 | 0 | 0.06 | 0.26 | 175.84 | 0.85 | 0.4 |
| Hex | F | BC | B0 | 5C | 0 | 6 | 1A | B0 | 55 | 28 |
| Octal | 17 | 274 | 260 | 134 | 0 | 6 | 32 | 260 | 125 | 50 |
| Binary | 1111 | 10111100 | 10110000 | 1011100 | 0 | 110 | 11010 | 10110000 | 1010101 | 101000 |
Color Harmonies of #0FBCB0
Complementary color
Monochromatic Colors of #0FBCB0
Black with #0FBCB0
Text Example
Text Example
White with #0FBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCB0; }
p { color: rgb(15,188,176); }
H1.HeaderClassName
{
color: #0FBCB0;
}
.AnyTagClassName
{
color: #0FBCB0;
}
</style>
background-color css
<style>
a { background-color: #0FBCB0; }
a { background-color: rgb(15,188,176); }
div.DivClassName
{
background-color: #0FBCB0;
}
.BgClassName
{
background-color: #0FBCB0;
}
</style>
border-color css
<style>
span { border-color: #0FBCB0; }
span { border-color: rgb(15,188,176); }
td.TdClassName
{
border-color: #0FBCB0;
}
.TagClassName
{
border-color: #0FBCB0;
}
</style>