Shades of Light Sea Green #0FBCA0
Tints of Light Sea Green #0FBCA0
RGB
CMYK
RGB Variations
Color information
#0FBCA0 (or 0x0FBCA0) is known color: Light Sea Green. HEX triplet: 0F, BC and A0. RGB value is (15,188,160). Sum of RGB (Red+Green+Blue) = 15+188+160=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBCA0 is #F0435F. Grayscale: #858585. Windows color (decimal): -15745888 or 10533903. OLE color: 10533903.
HSL color Cylindrical-coordinate representation of color #0FBCA0: hue angle of 170.29º 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 #0FBCA0 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 160 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.26 |
| HSL | 170.29º | 0.85% | 0.4% | - |
| HSV(B) | 170.29º | 0.92% | 0.74% | - |
| XYZ | 24.53 | 38.61 | 39.42 | - |
| YUV | 133.08 | 143.19 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 160 | 0.92 | 0 | 0.15 | 0.26 | 170.29 | 0.85 | 0.4 |
| Hex | F | BC | A0 | 5C | 0 | F | 1A | AA | 55 | 28 |
| Octal | 17 | 274 | 240 | 134 | 0 | 17 | 32 | 252 | 125 | 50 |
| Binary | 1111 | 10111100 | 10100000 | 1011100 | 0 | 1111 | 11010 | 10101010 | 1010101 | 101000 |
Color Harmonies of #0FBCA0
Complementary color
Monochromatic Colors of #0FBCA0
Black with #0FBCA0
Text Example
Text Example
White with #0FBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCA0; }
p { color: rgb(15,188,160); }
H1.HeaderClassName
{
color: #0FBCA0;
}
.AnyTagClassName
{
color: #0FBCA0;
}
</style>
background-color css
<style>
a { background-color: #0FBCA0; }
a { background-color: rgb(15,188,160); }
div.DivClassName
{
background-color: #0FBCA0;
}
.BgClassName
{
background-color: #0FBCA0;
}
</style>
border-color css
<style>
span { border-color: #0FBCA0; }
span { border-color: rgb(15,188,160); }
td.TdClassName
{
border-color: #0FBCA0;
}
.TagClassName
{
border-color: #0FBCA0;
}
</style>