Shades of Light Sea Green #0FBA9F
Tints of Light Sea Green #0FBA9F
RGB
CMYK
RGB Variations
Color information
#0FBA9F (or 0x0FBA9F) is known color: Light Sea Green. HEX triplet: 0F, BA and 9F. RGB value is (15,186,159). Sum of RGB (Red+Green+Blue) = 15+186+159=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA9F is #F04560. Grayscale: #838383. Windows color (decimal): -15746401 or 10467855. OLE color: 10467855.
HSL color Cylindrical-coordinate representation of color #0FBA9F: hue angle of 170.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA9F is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 159 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.27 |
| HSL | 170.53º | 0.85% | 0.39% | - |
| HSV(B) | 170.53º | 0.92% | 0.73% | - |
| XYZ | 24.01 | 37.72 | 38.82 | - |
| YUV | 131.79 | 143.35 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 159 | 0.92 | 0 | 0.15 | 0.27 | 170.53 | 0.85 | 0.39 |
| Hex | F | BA | 9F | 5C | 0 | F | 1B | AB | 55 | 27 |
| Octal | 17 | 272 | 237 | 134 | 0 | 17 | 33 | 253 | 125 | 47 |
| Binary | 1111 | 10111010 | 10011111 | 1011100 | 0 | 1111 | 11011 | 10101011 | 1010101 | 100111 |
Color Harmonies of #0FBA9F
Complementary color
Monochromatic Colors of #0FBA9F
Black with #0FBA9F
Text Example
Text Example
White with #0FBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA9F; }
p { color: rgb(15,186,159); }
H1.HeaderClassName
{
color: #0FBA9F;
}
.AnyTagClassName
{
color: #0FBA9F;
}
</style>
background-color css
<style>
a { background-color: #0FBA9F; }
a { background-color: rgb(15,186,159); }
div.DivClassName
{
background-color: #0FBA9F;
}
.BgClassName
{
background-color: #0FBA9F;
}
</style>
border-color css
<style>
span { border-color: #0FBA9F; }
span { border-color: rgb(15,186,159); }
td.TdClassName
{
border-color: #0FBA9F;
}
.TagClassName
{
border-color: #0FBA9F;
}
</style>