Shades of Light Sea Green #0FBAA0
Tints of Light Sea Green #0FBAA0
RGB
CMYK
RGB Variations
Color information
#0FBAA0 (or 0x0FBAA0) is known color: Light Sea Green. HEX triplet: 0F, BA and A0. RGB value is (15,186,160). Sum of RGB (Red+Green+Blue) = 15+186+160=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBAA0 is #F0455F. Grayscale: #838383. Windows color (decimal): -15746400 or 10533391. OLE color: 10533391.
HSL color Cylindrical-coordinate representation of color #0FBAA0: hue angle of 170.88º 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 #0FBAA0 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 160 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.27 |
| HSL | 170.88º | 0.85% | 0.39% | - |
| HSV(B) | 170.88º | 0.92% | 0.73% | - |
| XYZ | 24.1 | 37.76 | 39.28 | - |
| YUV | 131.91 | 143.85 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 160 | 0.92 | 0 | 0.14 | 0.27 | 170.88 | 0.85 | 0.39 |
| Hex | F | BA | A0 | 5C | 0 | E | 1B | AB | 55 | 27 |
| Octal | 17 | 272 | 240 | 134 | 0 | 16 | 33 | 253 | 125 | 47 |
| Binary | 1111 | 10111010 | 10100000 | 1011100 | 0 | 1110 | 11011 | 10101011 | 1010101 | 100111 |
Color Harmonies of #0FBAA0
Complementary color
Monochromatic Colors of #0FBAA0
Black with #0FBAA0
Text Example
Text Example
White with #0FBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBAA0; }
p { color: rgb(15,186,160); }
H1.HeaderClassName
{
color: #0FBAA0;
}
.AnyTagClassName
{
color: #0FBAA0;
}
</style>
background-color css
<style>
a { background-color: #0FBAA0; }
a { background-color: rgb(15,186,160); }
div.DivClassName
{
background-color: #0FBAA0;
}
.BgClassName
{
background-color: #0FBAA0;
}
</style>
border-color css
<style>
span { border-color: #0FBAA0; }
span { border-color: rgb(15,186,160); }
td.TdClassName
{
border-color: #0FBAA0;
}
.TagClassName
{
border-color: #0FBAA0;
}
</style>