Shades of Light Sea Green #0FC1B7
Tints of Light Sea Green #0FC1B7
RGB
CMYK
RGB Variations
Color information
#0FC1B7 (or 0x0FC1B7) is known color: Light Sea Green. HEX triplet: 0F, C1 and B7. RGB value is (15,193,183). Sum of RGB (Red+Green+Blue) = 15+193+183=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC1B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC1B7 is #F03E48. Grayscale: #8A8A8A. Windows color (decimal): -15744585 or 12042511. OLE color: 12042511.
HSL color Cylindrical-coordinate representation of color #0FC1B7: hue angle of 176.63º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC1B7 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 183 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.24 |
| HSL | 176.63º | 0.86% | 0.41% | - |
| HSV(B) | 176.63º | 0.92% | 0.76% | - |
| XYZ | 27.81 | 41.66 | 51.38 | - |
| YUV | 138.64 | 153.03 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 183 | 0.92 | 0 | 0.05 | 0.24 | 176.63 | 0.86 | 0.41 |
| Hex | F | C1 | B7 | 5C | 0 | 5 | 18 | B1 | 56 | 29 |
| Octal | 17 | 301 | 267 | 134 | 0 | 5 | 30 | 261 | 126 | 51 |
| Binary | 1111 | 11000001 | 10110111 | 1011100 | 0 | 101 | 11000 | 10110001 | 1010110 | 101001 |
Color Harmonies of #0FC1B7
Complementary color
Monochromatic Colors of #0FC1B7
Black with #0FC1B7
Text Example
Text Example
White with #0FC1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC1B7; }
p { color: rgb(15,193,183); }
H1.HeaderClassName
{
color: #0FC1B7;
}
.AnyTagClassName
{
color: #0FC1B7;
}
</style>
background-color css
<style>
a { background-color: #0FC1B7; }
a { background-color: rgb(15,193,183); }
div.DivClassName
{
background-color: #0FC1B7;
}
.BgClassName
{
background-color: #0FC1B7;
}
</style>
border-color css
<style>
span { border-color: #0FC1B7; }
span { border-color: rgb(15,193,183); }
td.TdClassName
{
border-color: #0FC1B7;
}
.TagClassName
{
border-color: #0FC1B7;
}
</style>