Shades of Light Sea Green #0FA9AC
Tints of Light Sea Green #0FA9AC
RGB
CMYK
RGB Variations
Color information
#0FA9AC (or 0x0FA9AC) is known color: Light Sea Green. HEX triplet: 0F, A9 and AC. RGB value is (15,169,172). Sum of RGB (Red+Green+Blue) = 15+169+172=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #0FA9AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA9AC is #F05653. Grayscale: #7B7B7B. Windows color (decimal): -15750740 or 11315471. OLE color: 11315471.
HSL color Cylindrical-coordinate representation of color #0FA9AC: hue angle of 181.15º 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 #0FA9AC is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 169 | 172 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.33 |
| HSL | 181.15º | 0.84% | 0.37% | - |
| HSV(B) | 181.15º | 0.91% | 0.67% | - |
| XYZ | 21.83 | 31.46 | 43.95 | - |
| YUV | 123.3 | 155.48 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 172 | 0.91 | 0.02 | 0 | 0.33 | 181.15 | 0.84 | 0.37 |
| Hex | F | A9 | AC | 5B | 2 | 0 | 21 | B5 | 54 | 25 |
| Octal | 17 | 251 | 254 | 133 | 2 | 0 | 41 | 265 | 124 | 45 |
| Binary | 1111 | 10101001 | 10101100 | 1011011 | 10 | 0 | 100001 | 10110101 | 1010100 | 100101 |
Color Harmonies of #0FA9AC
Complementary color
Monochromatic Colors of #0FA9AC
Black with #0FA9AC
Text Example
Text Example
White with #0FA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA9AC; }
p { color: rgb(15,169,172); }
H1.HeaderClassName
{
color: #0FA9AC;
}
.AnyTagClassName
{
color: #0FA9AC;
}
</style>
background-color css
<style>
a { background-color: #0FA9AC; }
a { background-color: rgb(15,169,172); }
div.DivClassName
{
background-color: #0FA9AC;
}
.BgClassName
{
background-color: #0FA9AC;
}
</style>
border-color css
<style>
span { border-color: #0FA9AC; }
span { border-color: rgb(15,169,172); }
td.TdClassName
{
border-color: #0FA9AC;
}
.TagClassName
{
border-color: #0FA9AC;
}
</style>