Shades of Light Sea Green #0FB1A0
Tints of Light Sea Green #0FB1A0
RGB
CMYK
RGB Variations
Color information
#0FB1A0 (or 0x0FB1A0) is known color: Light Sea Green. HEX triplet: 0F, B1 and A0. RGB value is (15,177,160). Sum of RGB (Red+Green+Blue) = 15+177+160=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB1A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB1A0 is #F04E5F. Grayscale: #7E7E7E. Windows color (decimal): -15748704 or 10531087. OLE color: 10531087.
HSL color Cylindrical-coordinate representation of color #0FB1A0: hue angle of 173.7º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB1A0 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 160 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.31 |
| HSL | 173.7º | 0.84% | 0.38% | - |
| HSV(B) | 173.7º | 0.92% | 0.69% | - |
| XYZ | 22.26 | 34.08 | 38.66 | - |
| YUV | 126.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 160 | 0.92 | 0 | 0.10 | 0.31 | 173.7 | 0.84 | 0.38 |
| Hex | F | B1 | A0 | 5C | 0 | A | 1F | AE | 54 | 26 |
| Octal | 17 | 261 | 240 | 134 | 0 | 12 | 37 | 256 | 124 | 46 |
| Binary | 1111 | 10110001 | 10100000 | 1011100 | 0 | 1010 | 11111 | 10101110 | 1010100 | 100110 |
Color Harmonies of #0FB1A0
Complementary color
Monochromatic Colors of #0FB1A0
Black with #0FB1A0
Text Example
Text Example
White with #0FB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB1A0; }
p { color: rgb(15,177,160); }
H1.HeaderClassName
{
color: #0FB1A0;
}
.AnyTagClassName
{
color: #0FB1A0;
}
</style>
background-color css
<style>
a { background-color: #0FB1A0; }
a { background-color: rgb(15,177,160); }
div.DivClassName
{
background-color: #0FB1A0;
}
.BgClassName
{
background-color: #0FB1A0;
}
</style>
border-color css
<style>
span { border-color: #0FB1A0; }
span { border-color: rgb(15,177,160); }
td.TdClassName
{
border-color: #0FB1A0;
}
.TagClassName
{
border-color: #0FB1A0;
}
</style>