Shades of Light Sea Green #0FB0AB
Tints of Light Sea Green #0FB0AB
RGB
CMYK
RGB Variations
Color information
#0FB0AB (or 0x0FB0AB) is known color: Light Sea Green. HEX triplet: 0F, B0 and AB. RGB value is (15,176,171). Sum of RGB (Red+Green+Blue) = 15+176+171=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB0AB is #F04F54. Grayscale: #7F7F7F. Windows color (decimal): -15748949 or 11251727. OLE color: 11251727.
HSL color Cylindrical-coordinate representation of color #0FB0AB: hue angle of 178.14º 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 #0FB0AB is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 171 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.31 |
| HSL | 178.14º | 0.84% | 0.37% | - |
| HSV(B) | 178.14º | 0.91% | 0.69% | - |
| XYZ | 23.07 | 34.09 | 43.89 | - |
| YUV | 127.29 | 152.66 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 171 | 0.91 | 0 | 0.03 | 0.31 | 178.14 | 0.84 | 0.37 |
| Hex | F | B0 | AB | 5B | 0 | 3 | 1F | B2 | 54 | 25 |
| Octal | 17 | 260 | 253 | 133 | 0 | 3 | 37 | 262 | 124 | 45 |
| Binary | 1111 | 10110000 | 10101011 | 1011011 | 0 | 11 | 11111 | 10110010 | 1010100 | 100101 |
Color Harmonies of #0FB0AB
Complementary color
Monochromatic Colors of #0FB0AB
Black with #0FB0AB
Text Example
Text Example
White with #0FB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB0AB; }
p { color: rgb(15,176,171); }
H1.HeaderClassName
{
color: #0FB0AB;
}
.AnyTagClassName
{
color: #0FB0AB;
}
</style>
background-color css
<style>
a { background-color: #0FB0AB; }
a { background-color: rgb(15,176,171); }
div.DivClassName
{
background-color: #0FB0AB;
}
.BgClassName
{
background-color: #0FB0AB;
}
</style>
border-color css
<style>
span { border-color: #0FB0AB; }
span { border-color: rgb(15,176,171); }
td.TdClassName
{
border-color: #0FB0AB;
}
.TagClassName
{
border-color: #0FB0AB;
}
</style>