Shades of Light Sea Green #0FC4B0
Tints of Light Sea Green #0FC4B0
RGB
CMYK
RGB Variations
Color information
#0FC4B0 (or 0x0FC4B0) is known color: Light Sea Green. HEX triplet: 0F, C4 and B0. RGB value is (15,196,176). Sum of RGB (Red+Green+Blue) = 15+196+176=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC4B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC4B0 is #F03B4F. Grayscale: #8B8B8B. Windows color (decimal): -15743824 or 11584527. OLE color: 11584527.
HSL color Cylindrical-coordinate representation of color #0FC4B0: hue angle of 173.37º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC4B0 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 176 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.23 |
| HSL | 173.37º | 0.86% | 0.41% | - |
| HSV(B) | 173.37º | 0.92% | 0.77% | - |
| XYZ | 27.77 | 42.72 | 47.86 | - |
| YUV | 139.6 | 148.53 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 176 | 0.92 | 0 | 0.10 | 0.23 | 173.37 | 0.86 | 0.41 |
| Hex | F | C4 | B0 | 5C | 0 | A | 17 | AD | 56 | 29 |
| Octal | 17 | 304 | 260 | 134 | 0 | 12 | 27 | 255 | 126 | 51 |
| Binary | 1111 | 11000100 | 10110000 | 1011100 | 0 | 1010 | 10111 | 10101101 | 1010110 | 101001 |
Color Harmonies of #0FC4B0
Complementary color
Monochromatic Colors of #0FC4B0
Black with #0FC4B0
Text Example
Text Example
White with #0FC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC4B0; }
p { color: rgb(15,196,176); }
H1.HeaderClassName
{
color: #0FC4B0;
}
.AnyTagClassName
{
color: #0FC4B0;
}
</style>
background-color css
<style>
a { background-color: #0FC4B0; }
a { background-color: rgb(15,196,176); }
div.DivClassName
{
background-color: #0FC4B0;
}
.BgClassName
{
background-color: #0FC4B0;
}
</style>
border-color css
<style>
span { border-color: #0FC4B0; }
span { border-color: rgb(15,196,176); }
td.TdClassName
{
border-color: #0FC4B0;
}
.TagClassName
{
border-color: #0FC4B0;
}
</style>