Shades of Light Sea Green #0FBDAB
Tints of Light Sea Green #0FBDAB
RGB
CMYK
RGB Variations
Color information
#0FBDAB (or 0x0FBDAB) is known color: Light Sea Green. HEX triplet: 0F, BD and AB. RGB value is (15,189,171). Sum of RGB (Red+Green+Blue) = 15+189+171=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDAB is #F04254. Grayscale: #868686. Windows color (decimal): -15745621 or 11255055. OLE color: 11255055.
HSL color Cylindrical-coordinate representation of color #0FBDAB: hue angle of 173.79º 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 #0FBDAB is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 171 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.26 |
| HSL | 173.79º | 0.85% | 0.4% | - |
| HSV(B) | 173.79º | 0.92% | 0.74% | - |
| XYZ | 25.75 | 39.44 | 44.78 | - |
| YUV | 134.92 | 148.35 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 171 | 0.92 | 0 | 0.10 | 0.26 | 173.79 | 0.85 | 0.4 |
| Hex | F | BD | AB | 5C | 0 | A | 1A | AE | 55 | 28 |
| Octal | 17 | 275 | 253 | 134 | 0 | 12 | 32 | 256 | 125 | 50 |
| Binary | 1111 | 10111101 | 10101011 | 1011100 | 0 | 1010 | 11010 | 10101110 | 1010101 | 101000 |
Color Harmonies of #0FBDAB
Complementary color
Monochromatic Colors of #0FBDAB
Black with #0FBDAB
Text Example
Text Example
White with #0FBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDAB; }
p { color: rgb(15,189,171); }
H1.HeaderClassName
{
color: #0FBDAB;
}
.AnyTagClassName
{
color: #0FBDAB;
}
</style>
background-color css
<style>
a { background-color: #0FBDAB; }
a { background-color: rgb(15,189,171); }
div.DivClassName
{
background-color: #0FBDAB;
}
.BgClassName
{
background-color: #0FBDAB;
}
</style>
border-color css
<style>
span { border-color: #0FBDAB; }
span { border-color: rgb(15,189,171); }
td.TdClassName
{
border-color: #0FBDAB;
}
.TagClassName
{
border-color: #0FBDAB;
}
</style>