Shades of Light Sea Green #0FB3AC
Tints of Light Sea Green #0FB3AC
RGB
CMYK
RGB Variations
Color information
#0FB3AC (or 0x0FB3AC) is known color: Light Sea Green. HEX triplet: 0F, B3 and AC. RGB value is (15,179,172). Sum of RGB (Red+Green+Blue) = 15+179+172=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB3AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB3AC is #F04C53. Grayscale: #818181. Windows color (decimal): -15748180 or 11318031. OLE color: 11318031.
HSL color Cylindrical-coordinate representation of color #0FB3AC: hue angle of 177.44º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB3AC is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 172 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.30 |
| HSL | 177.44º | 0.85% | 0.38% | - |
| HSV(B) | 177.44º | 0.92% | 0.7% | - |
| XYZ | 23.76 | 35.32 | 44.59 | - |
| YUV | 129.17 | 152.17 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 172 | 0.92 | 0 | 0.04 | 0.30 | 177.44 | 0.85 | 0.38 |
| Hex | F | B3 | AC | 5C | 0 | 4 | 1E | B1 | 55 | 26 |
| Octal | 17 | 263 | 254 | 134 | 0 | 4 | 36 | 261 | 125 | 46 |
| Binary | 1111 | 10110011 | 10101100 | 1011100 | 0 | 100 | 11110 | 10110001 | 1010101 | 100110 |
Color Harmonies of #0FB3AC
Complementary color
Monochromatic Colors of #0FB3AC
Black with #0FB3AC
Text Example
Text Example
White with #0FB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB3AC; }
p { color: rgb(15,179,172); }
H1.HeaderClassName
{
color: #0FB3AC;
}
.AnyTagClassName
{
color: #0FB3AC;
}
</style>
background-color css
<style>
a { background-color: #0FB3AC; }
a { background-color: rgb(15,179,172); }
div.DivClassName
{
background-color: #0FB3AC;
}
.BgClassName
{
background-color: #0FB3AC;
}
</style>
border-color css
<style>
span { border-color: #0FB3AC; }
span { border-color: rgb(15,179,172); }
td.TdClassName
{
border-color: #0FB3AC;
}
.TagClassName
{
border-color: #0FB3AC;
}
</style>