Shades of Light Sea Green #0FBCA8
Tints of Light Sea Green #0FBCA8
RGB
CMYK
RGB Variations
Color information
#0FBCA8 (or 0x0FBCA8) is known color: Light Sea Green. HEX triplet: 0F, BC and A8. RGB value is (15,188,168). Sum of RGB (Red+Green+Blue) = 15+188+168=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBCA8 is #F04357. Grayscale: #858585. Windows color (decimal): -15745880 or 11058191. OLE color: 11058191.
HSL color Cylindrical-coordinate representation of color #0FBCA8: hue angle of 173.06º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBCA8 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 168 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.26 |
| HSL | 173.06º | 0.85% | 0.4% | - |
| HSV(B) | 173.06º | 0.92% | 0.74% | - |
| XYZ | 25.25 | 38.9 | 43.22 | - |
| YUV | 133.99 | 147.19 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 168 | 0.92 | 0 | 0.11 | 0.26 | 173.06 | 0.85 | 0.4 |
| Hex | F | BC | A8 | 5C | 0 | B | 1A | AD | 55 | 28 |
| Octal | 17 | 274 | 250 | 134 | 0 | 13 | 32 | 255 | 125 | 50 |
| Binary | 1111 | 10111100 | 10101000 | 1011100 | 0 | 1011 | 11010 | 10101101 | 1010101 | 101000 |
Color Harmonies of #0FBCA8
Complementary color
Monochromatic Colors of #0FBCA8
Black with #0FBCA8
Text Example
Text Example
White with #0FBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCA8; }
p { color: rgb(15,188,168); }
H1.HeaderClassName
{
color: #0FBCA8;
}
.AnyTagClassName
{
color: #0FBCA8;
}
</style>
background-color css
<style>
a { background-color: #0FBCA8; }
a { background-color: rgb(15,188,168); }
div.DivClassName
{
background-color: #0FBCA8;
}
.BgClassName
{
background-color: #0FBCA8;
}
</style>
border-color css
<style>
span { border-color: #0FBCA8; }
span { border-color: rgb(15,188,168); }
td.TdClassName
{
border-color: #0FBCA8;
}
.TagClassName
{
border-color: #0FBCA8;
}
</style>