Shades of Light Sea Green #0FACA3
Tints of Light Sea Green #0FACA3
RGB
CMYK
RGB Variations
Color information
#0FACA3 (or 0x0FACA3) is known color: Light Sea Green. HEX triplet: 0F, AC and A3. RGB value is (15,172,163). Sum of RGB (Red+Green+Blue) = 15+172+163=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #0FACA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FACA3 is #F0535C. Grayscale: #7B7B7B. Windows color (decimal): -15749981 or 10726415. OLE color: 10726415.
HSL color Cylindrical-coordinate representation of color #0FACA3: hue angle of 176.56º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FACA3 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 163 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.33 |
| HSL | 176.56º | 0.84% | 0.37% | - |
| HSV(B) | 176.56º | 0.91% | 0.67% | - |
| XYZ | 21.56 | 32.25 | 39.74 | - |
| YUV | 124.03 | 149.99 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 163 | 0.91 | 0 | 0.05 | 0.33 | 176.56 | 0.84 | 0.37 |
| Hex | F | AC | A3 | 5B | 0 | 5 | 21 | B1 | 54 | 25 |
| Octal | 17 | 254 | 243 | 133 | 0 | 5 | 41 | 261 | 124 | 45 |
| Binary | 1111 | 10101100 | 10100011 | 1011011 | 0 | 101 | 100001 | 10110001 | 1010100 | 100101 |
Color Harmonies of #0FACA3
Complementary color
Monochromatic Colors of #0FACA3
Black with #0FACA3
Text Example
Text Example
White with #0FACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACA3; }
p { color: rgb(15,172,163); }
H1.HeaderClassName
{
color: #0FACA3;
}
.AnyTagClassName
{
color: #0FACA3;
}
</style>
background-color css
<style>
a { background-color: #0FACA3; }
a { background-color: rgb(15,172,163); }
div.DivClassName
{
background-color: #0FACA3;
}
.BgClassName
{
background-color: #0FACA3;
}
</style>
border-color css
<style>
span { border-color: #0FACA3; }
span { border-color: rgb(15,172,163); }
td.TdClassName
{
border-color: #0FACA3;
}
.TagClassName
{
border-color: #0FACA3;
}
</style>