Shades of Light Sea Green #0FAFAC
Tints of Light Sea Green #0FAFAC
RGB
CMYK
RGB Variations
Color information
#0FAFAC (or 0x0FAFAC) is known color: Light Sea Green. HEX triplet: 0F, AF and AC. RGB value is (15,175,172). Sum of RGB (Red+Green+Blue) = 15+175+172=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAFAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAFAC is #F05053. Grayscale: #7E7E7E. Windows color (decimal): -15749204 or 11317007. OLE color: 11317007.
HSL color Cylindrical-coordinate representation of color #0FAFAC: hue angle of 178.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAFAC is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 172 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.31 |
| HSL | 178.88º | 0.84% | 0.37% | - |
| HSV(B) | 178.88º | 0.91% | 0.69% | - |
| XYZ | 22.97 | 33.74 | 44.33 | - |
| YUV | 126.82 | 153.49 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 172 | 0.91 | 0 | 0.02 | 0.31 | 178.88 | 0.84 | 0.37 |
| Hex | F | AF | AC | 5B | 0 | 2 | 1F | B3 | 54 | 25 |
| Octal | 17 | 257 | 254 | 133 | 0 | 2 | 37 | 263 | 124 | 45 |
| Binary | 1111 | 10101111 | 10101100 | 1011011 | 0 | 10 | 11111 | 10110011 | 1010100 | 100101 |
Color Harmonies of #0FAFAC
Complementary color
Monochromatic Colors of #0FAFAC
Black with #0FAFAC
Text Example
Text Example
White with #0FAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFAC; }
p { color: rgb(15,175,172); }
H1.HeaderClassName
{
color: #0FAFAC;
}
.AnyTagClassName
{
color: #0FAFAC;
}
</style>
background-color css
<style>
a { background-color: #0FAFAC; }
a { background-color: rgb(15,175,172); }
div.DivClassName
{
background-color: #0FAFAC;
}
.BgClassName
{
background-color: #0FAFAC;
}
</style>
border-color css
<style>
span { border-color: #0FAFAC; }
span { border-color: rgb(15,175,172); }
td.TdClassName
{
border-color: #0FAFAC;
}
.TagClassName
{
border-color: #0FAFAC;
}
</style>