Shades of Light Sea Green #0FADAC
Tints of Light Sea Green #0FADAC
RGB
CMYK
RGB Variations
Color information
#0FADAC (or 0x0FADAC) is known color: Light Sea Green. HEX triplet: 0F, AD and AC. RGB value is (15,173,172). Sum of RGB (Red+Green+Blue) = 15+173+172=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #0FADAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FADAC is #F05253. Grayscale: #7D7D7D. Windows color (decimal): -15749716 or 11316495. OLE color: 11316495.
HSL color Cylindrical-coordinate representation of color #0FADAC: hue angle of 179.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FADAC is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 172 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.32 |
| HSL | 179.62º | 0.84% | 0.37% | - |
| HSV(B) | 179.62º | 0.91% | 0.68% | - |
| XYZ | 22.59 | 32.97 | 44.2 | - |
| YUV | 125.64 | 154.15 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 172 | 0.91 | 0 | 0.01 | 0.32 | 179.62 | 0.84 | 0.37 |
| Hex | F | AD | AC | 5B | 0 | 1 | 20 | B4 | 54 | 25 |
| Octal | 17 | 255 | 254 | 133 | 0 | 1 | 40 | 264 | 124 | 45 |
| Binary | 1111 | 10101101 | 10101100 | 1011011 | 0 | 1 | 100000 | 10110100 | 1010100 | 100101 |
Color Harmonies of #0FADAC
Complementary color
Monochromatic Colors of #0FADAC
Black with #0FADAC
Text Example
Text Example
White with #0FADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADAC; }
p { color: rgb(15,173,172); }
H1.HeaderClassName
{
color: #0FADAC;
}
.AnyTagClassName
{
color: #0FADAC;
}
</style>
background-color css
<style>
a { background-color: #0FADAC; }
a { background-color: rgb(15,173,172); }
div.DivClassName
{
background-color: #0FADAC;
}
.BgClassName
{
background-color: #0FADAC;
}
</style>
border-color css
<style>
span { border-color: #0FADAC; }
span { border-color: rgb(15,173,172); }
td.TdClassName
{
border-color: #0FADAC;
}
.TagClassName
{
border-color: #0FADAC;
}
</style>