Shades of Light Sea Green #0FA6AB
Tints of Light Sea Green #0FA6AB
RGB
CMYK
RGB Variations
Color information
#0FA6AB (or 0x0FA6AB) is known color: Light Sea Green. HEX triplet: 0F, A6 and AB. RGB value is (15,166,171). Sum of RGB (Red+Green+Blue) = 15+166+171=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #0FA6AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA6AB is #F05954. Grayscale: #797979. Windows color (decimal): -15751509 or 11249167. OLE color: 11249167.
HSL color Cylindrical-coordinate representation of color #0FA6AB: hue angle of 181.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA6AB is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 166 | 171 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.33 |
| HSL | 181.92º | 0.84% | 0.36% | - |
| HSV(B) | 181.92º | 0.91% | 0.67% | - |
| XYZ | 21.18 | 30.31 | 43.26 | - |
| YUV | 121.42 | 155.97 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 171 | 0.91 | 0.03 | 0 | 0.33 | 181.92 | 0.84 | 0.36 |
| Hex | F | A6 | AB | 5B | 3 | 0 | 21 | B6 | 54 | 24 |
| Octal | 17 | 246 | 253 | 133 | 3 | 0 | 41 | 266 | 124 | 44 |
| Binary | 1111 | 10100110 | 10101011 | 1011011 | 11 | 0 | 100001 | 10110110 | 1010100 | 100100 |
Color Harmonies of #0FA6AB
Complementary color
Monochromatic Colors of #0FA6AB
Black with #0FA6AB
Text Example
Text Example
White with #0FA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA6AB; }
p { color: rgb(15,166,171); }
H1.HeaderClassName
{
color: #0FA6AB;
}
.AnyTagClassName
{
color: #0FA6AB;
}
</style>
background-color css
<style>
a { background-color: #0FA6AB; }
a { background-color: rgb(15,166,171); }
div.DivClassName
{
background-color: #0FA6AB;
}
.BgClassName
{
background-color: #0FA6AB;
}
</style>
border-color css
<style>
span { border-color: #0FA6AB; }
span { border-color: rgb(15,166,171); }
td.TdClassName
{
border-color: #0FA6AB;
}
.TagClassName
{
border-color: #0FA6AB;
}
</style>