Shades of Light Sea Green #0FC6B2
Tints of Light Sea Green #0FC6B2
RGB
CMYK
RGB Variations
Color information
#0FC6B2 (or 0x0FC6B2) is known color: Light Sea Green. HEX triplet: 0F, C6 and B2. RGB value is (15,198,178). Sum of RGB (Red+Green+Blue) = 15+198+178=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC6B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC6B2 is #F0394D. Grayscale: #8C8C8C. Windows color (decimal): -15743310 or 11716111. OLE color: 11716111.
HSL color Cylindrical-coordinate representation of color #0FC6B2: hue angle of 173.44º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC6B2 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 178 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.22 |
| HSL | 173.44º | 0.86% | 0.42% | - |
| HSV(B) | 173.44º | 0.92% | 0.78% | - |
| XYZ | 28.43 | 43.7 | 49.06 | - |
| YUV | 141 | 148.87 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 178 | 0.92 | 0 | 0.10 | 0.22 | 173.44 | 0.86 | 0.42 |
| Hex | F | C6 | B2 | 5C | 0 | A | 16 | AD | 56 | 2A |
| Octal | 17 | 306 | 262 | 134 | 0 | 12 | 26 | 255 | 126 | 52 |
| Binary | 1111 | 11000110 | 10110010 | 1011100 | 0 | 1010 | 10110 | 10101101 | 1010110 | 101010 |
Color Harmonies of #0FC6B2
Complementary color
Monochromatic Colors of #0FC6B2
Black with #0FC6B2
Text Example
Text Example
White with #0FC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC6B2; }
p { color: rgb(15,198,178); }
H1.HeaderClassName
{
color: #0FC6B2;
}
.AnyTagClassName
{
color: #0FC6B2;
}
</style>
background-color css
<style>
a { background-color: #0FC6B2; }
a { background-color: rgb(15,198,178); }
div.DivClassName
{
background-color: #0FC6B2;
}
.BgClassName
{
background-color: #0FC6B2;
}
</style>
border-color css
<style>
span { border-color: #0FC6B2; }
span { border-color: rgb(15,198,178); }
td.TdClassName
{
border-color: #0FC6B2;
}
.TagClassName
{
border-color: #0FC6B2;
}
</style>