Shades of Light Sea Green #0FBDA7
Tints of Light Sea Green #0FBDA7
RGB
CMYK
RGB Variations
Color information
#0FBDA7 (or 0x0FBDA7) is known color: Light Sea Green. HEX triplet: 0F, BD and A7. RGB value is (15,189,167). Sum of RGB (Red+Green+Blue) = 15+189+167=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDA7 is #F04258. Grayscale: #868686. Windows color (decimal): -15745625 or 10992911. OLE color: 10992911.
HSL color Cylindrical-coordinate representation of color #0FBDA7: hue angle of 172.41º 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 #0FBDA7 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 167 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.26 |
| HSL | 172.41º | 0.85% | 0.4% | - |
| HSV(B) | 172.41º | 0.92% | 0.74% | - |
| XYZ | 25.37 | 39.29 | 42.81 | - |
| YUV | 134.47 | 146.35 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 167 | 0.92 | 0 | 0.12 | 0.26 | 172.41 | 0.85 | 0.4 |
| Hex | F | BD | A7 | 5C | 0 | C | 1A | AC | 55 | 28 |
| Octal | 17 | 275 | 247 | 134 | 0 | 14 | 32 | 254 | 125 | 50 |
| Binary | 1111 | 10111101 | 10100111 | 1011100 | 0 | 1100 | 11010 | 10101100 | 1010101 | 101000 |
Color Harmonies of #0FBDA7
Complementary color
Monochromatic Colors of #0FBDA7
Black with #0FBDA7
Text Example
Text Example
White with #0FBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDA7; }
p { color: rgb(15,189,167); }
H1.HeaderClassName
{
color: #0FBDA7;
}
.AnyTagClassName
{
color: #0FBDA7;
}
</style>
background-color css
<style>
a { background-color: #0FBDA7; }
a { background-color: rgb(15,189,167); }
div.DivClassName
{
background-color: #0FBDA7;
}
.BgClassName
{
background-color: #0FBDA7;
}
</style>
border-color css
<style>
span { border-color: #0FBDA7; }
span { border-color: rgb(15,189,167); }
td.TdClassName
{
border-color: #0FBDA7;
}
.TagClassName
{
border-color: #0FBDA7;
}
</style>