Shades of Light Sea Green #0FB59D
Tints of Light Sea Green #0FB59D
RGB
CMYK
RGB Variations
Color information
#0FB59D (or 0x0FB59D) is known color: Light Sea Green. HEX triplet: 0F, B5 and 9D. RGB value is (15,181,157). Sum of RGB (Red+Green+Blue) = 15+181+157=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB59D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB59D is #F04A62. Grayscale: #808080. Windows color (decimal): -15747683 or 10335503. OLE color: 10335503.
HSL color Cylindrical-coordinate representation of color #0FB59D: hue angle of 171.33º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB59D is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 157 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.29 |
| HSL | 171.33º | 0.85% | 0.38% | - |
| HSV(B) | 171.33º | 0.92% | 0.71% | - |
| XYZ | 22.81 | 35.58 | 37.56 | - |
| YUV | 128.63 | 144 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 157 | 0.92 | 0 | 0.13 | 0.29 | 171.33 | 0.85 | 0.38 |
| Hex | F | B5 | 9D | 5C | 0 | D | 1D | AB | 55 | 26 |
| Octal | 17 | 265 | 235 | 134 | 0 | 15 | 35 | 253 | 125 | 46 |
| Binary | 1111 | 10110101 | 10011101 | 1011100 | 0 | 1101 | 11101 | 10101011 | 1010101 | 100110 |
Color Harmonies of #0FB59D
Complementary color
Monochromatic Colors of #0FB59D
Black with #0FB59D
Text Example
Text Example
White with #0FB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB59D; }
p { color: rgb(15,181,157); }
H1.HeaderClassName
{
color: #0FB59D;
}
.AnyTagClassName
{
color: #0FB59D;
}
</style>
background-color css
<style>
a { background-color: #0FB59D; }
a { background-color: rgb(15,181,157); }
div.DivClassName
{
background-color: #0FB59D;
}
.BgClassName
{
background-color: #0FB59D;
}
</style>
border-color css
<style>
span { border-color: #0FB59D; }
span { border-color: rgb(15,181,157); }
td.TdClassName
{
border-color: #0FB59D;
}
.TagClassName
{
border-color: #0FB59D;
}
</style>