Shades of Light Sea Green #0FBDA9
Tints of Light Sea Green #0FBDA9
RGB
CMYK
RGB Variations
Color information
#0FBDA9 (or 0x0FBDA9) is known color: Light Sea Green. HEX triplet: 0F, BD and A9. RGB value is (15,189,169). Sum of RGB (Red+Green+Blue) = 15+189+169=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDA9 is #F04256. Grayscale: #868686. Windows color (decimal): -15745623 or 11123983. OLE color: 11123983.
HSL color Cylindrical-coordinate representation of color #0FBDA9: hue angle of 173.1º 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 #0FBDA9 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 169 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.26 |
| HSL | 173.1º | 0.85% | 0.4% | - |
| HSV(B) | 173.1º | 0.92% | 0.74% | - |
| XYZ | 25.56 | 39.36 | 43.79 | - |
| YUV | 134.69 | 147.35 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 169 | 0.92 | 0 | 0.11 | 0.26 | 173.1 | 0.85 | 0.4 |
| Hex | F | BD | A9 | 5C | 0 | B | 1A | AD | 55 | 28 |
| Octal | 17 | 275 | 251 | 134 | 0 | 13 | 32 | 255 | 125 | 50 |
| Binary | 1111 | 10111101 | 10101001 | 1011100 | 0 | 1011 | 11010 | 10101101 | 1010101 | 101000 |
Color Harmonies of #0FBDA9
Complementary color
Monochromatic Colors of #0FBDA9
Black with #0FBDA9
Text Example
Text Example
White with #0FBDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDA9; }
p { color: rgb(15,189,169); }
H1.HeaderClassName
{
color: #0FBDA9;
}
.AnyTagClassName
{
color: #0FBDA9;
}
</style>
background-color css
<style>
a { background-color: #0FBDA9; }
a { background-color: rgb(15,189,169); }
div.DivClassName
{
background-color: #0FBDA9;
}
.BgClassName
{
background-color: #0FBDA9;
}
</style>
border-color css
<style>
span { border-color: #0FBDA9; }
span { border-color: rgb(15,189,169); }
td.TdClassName
{
border-color: #0FBDA9;
}
.TagClassName
{
border-color: #0FBDA9;
}
</style>