Shades of Light Sea Green #0FBCAB
Tints of Light Sea Green #0FBCAB
RGB
CMYK
RGB Variations
Color information
#0FBCAB (or 0x0FBCAB) is known color: Light Sea Green. HEX triplet: 0F, BC and AB. RGB value is (15,188,171). Sum of RGB (Red+Green+Blue) = 15+188+171=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBCAB is #F04354. Grayscale: #868686. Windows color (decimal): -15745877 or 11254799. OLE color: 11254799.
HSL color Cylindrical-coordinate representation of color #0FBCAB: hue angle of 174.1º 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 #0FBCAB is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 171 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.26 |
| HSL | 174.1º | 0.85% | 0.4% | - |
| HSV(B) | 174.1º | 0.92% | 0.74% | - |
| XYZ | 25.53 | 39.01 | 44.71 | - |
| YUV | 134.34 | 148.69 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 171 | 0.92 | 0 | 0.09 | 0.26 | 174.1 | 0.85 | 0.4 |
| Hex | F | BC | AB | 5C | 0 | 9 | 1A | AE | 55 | 28 |
| Octal | 17 | 274 | 253 | 134 | 0 | 11 | 32 | 256 | 125 | 50 |
| Binary | 1111 | 10111100 | 10101011 | 1011100 | 0 | 1001 | 11010 | 10101110 | 1010101 | 101000 |
Color Harmonies of #0FBCAB
Complementary color
Monochromatic Colors of #0FBCAB
Black with #0FBCAB
Text Example
Text Example
White with #0FBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCAB; }
p { color: rgb(15,188,171); }
H1.HeaderClassName
{
color: #0FBCAB;
}
.AnyTagClassName
{
color: #0FBCAB;
}
</style>
background-color css
<style>
a { background-color: #0FBCAB; }
a { background-color: rgb(15,188,171); }
div.DivClassName
{
background-color: #0FBCAB;
}
.BgClassName
{
background-color: #0FBCAB;
}
</style>
border-color css
<style>
span { border-color: #0FBCAB; }
span { border-color: rgb(15,188,171); }
td.TdClassName
{
border-color: #0FBCAB;
}
.TagClassName
{
border-color: #0FBCAB;
}
</style>