Shades of Light Sea Green #0FBDA8
Tints of Light Sea Green #0FBDA8
RGB
CMYK
RGB Variations
Color information
#0FBDA8 (or 0x0FBDA8) is known color: Light Sea Green. HEX triplet: 0F, BD and A8. RGB value is (15,189,168). Sum of RGB (Red+Green+Blue) = 15+189+168=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDA8 is #F04257. Grayscale: #868686. Windows color (decimal): -15745624 or 11058447. OLE color: 11058447.
HSL color Cylindrical-coordinate representation of color #0FBDA8: hue angle of 172.76º 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 #0FBDA8 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 168 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.26 |
| HSL | 172.76º | 0.85% | 0.4% | - |
| HSV(B) | 172.76º | 0.92% | 0.74% | - |
| XYZ | 25.46 | 39.32 | 43.29 | - |
| YUV | 134.58 | 146.85 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 168 | 0.92 | 0 | 0.11 | 0.26 | 172.76 | 0.85 | 0.4 |
| Hex | F | BD | A8 | 5C | 0 | B | 1A | AD | 55 | 28 |
| Octal | 17 | 275 | 250 | 134 | 0 | 13 | 32 | 255 | 125 | 50 |
| Binary | 1111 | 10111101 | 10101000 | 1011100 | 0 | 1011 | 11010 | 10101101 | 1010101 | 101000 |
Color Harmonies of #0FBDA8
Complementary color
Monochromatic Colors of #0FBDA8
Black with #0FBDA8
Text Example
Text Example
White with #0FBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDA8; }
p { color: rgb(15,189,168); }
H1.HeaderClassName
{
color: #0FBDA8;
}
.AnyTagClassName
{
color: #0FBDA8;
}
</style>
background-color css
<style>
a { background-color: #0FBDA8; }
a { background-color: rgb(15,189,168); }
div.DivClassName
{
background-color: #0FBDA8;
}
.BgClassName
{
background-color: #0FBDA8;
}
</style>
border-color css
<style>
span { border-color: #0FBDA8; }
span { border-color: rgb(15,189,168); }
td.TdClassName
{
border-color: #0FBDA8;
}
.TagClassName
{
border-color: #0FBDA8;
}
</style>