Shades of Light Sea Green #0FC2B5
Tints of Light Sea Green #0FC2B5
RGB
CMYK
RGB Variations
Color information
#0FC2B5 (or 0x0FC2B5) is known color: Light Sea Green. HEX triplet: 0F, C2 and B5. RGB value is (15,194,181). Sum of RGB (Red+Green+Blue) = 15+194+181=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC2B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2B5 is #F03D4A. Grayscale: #8A8A8A. Windows color (decimal): -15744331 or 11911695. OLE color: 11911695.
HSL color Cylindrical-coordinate representation of color #0FC2B5: hue angle of 175.64º 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 #0FC2B5 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 181 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.24 |
| HSL | 175.64º | 0.86% | 0.41% | - |
| HSV(B) | 175.64º | 0.92% | 0.76% | - |
| XYZ | 27.83 | 42.02 | 50.36 | - |
| YUV | 139 | 151.7 | 39.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 181 | 0.92 | 0 | 0.07 | 0.24 | 175.64 | 0.86 | 0.41 |
| Hex | F | C2 | B5 | 5C | 0 | 7 | 18 | B0 | 56 | 29 |
| Octal | 17 | 302 | 265 | 134 | 0 | 7 | 30 | 260 | 126 | 51 |
| Binary | 1111 | 11000010 | 10110101 | 1011100 | 0 | 111 | 11000 | 10110000 | 1010110 | 101001 |
Color Harmonies of #0FC2B5
Complementary color
Monochromatic Colors of #0FC2B5
Black with #0FC2B5
Text Example
Text Example
White with #0FC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC2B5; }
p { color: rgb(15,194,181); }
H1.HeaderClassName
{
color: #0FC2B5;
}
.AnyTagClassName
{
color: #0FC2B5;
}
</style>
background-color css
<style>
a { background-color: #0FC2B5; }
a { background-color: rgb(15,194,181); }
div.DivClassName
{
background-color: #0FC2B5;
}
.BgClassName
{
background-color: #0FC2B5;
}
</style>
border-color css
<style>
span { border-color: #0FC2B5; }
span { border-color: rgb(15,194,181); }
td.TdClassName
{
border-color: #0FC2B5;
}
.TagClassName
{
border-color: #0FC2B5;
}
</style>