Shades of Light Sea Green #0FBDB5
Tints of Light Sea Green #0FBDB5
RGB
CMYK
RGB Variations
Color information
#0FBDB5 (or 0x0FBDB5) is known color: Light Sea Green. HEX triplet: 0F, BD and B5. RGB value is (15,189,181). Sum of RGB (Red+Green+Blue) = 15+189+181=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDB5 is #F0424A. Grayscale: #878787. Windows color (decimal): -15745611 or 11910415. OLE color: 11910415.
HSL color Cylindrical-coordinate representation of color #0FBDB5: hue angle of 177.24º 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 #0FBDB5 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 181 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.26 |
| HSL | 177.24º | 0.85% | 0.4% | - |
| HSV(B) | 177.24º | 0.92% | 0.74% | - |
| XYZ | 26.74 | 39.83 | 50 | - |
| YUV | 136.06 | 153.35 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 181 | 0.92 | 0 | 0.04 | 0.26 | 177.24 | 0.85 | 0.4 |
| Hex | F | BD | B5 | 5C | 0 | 4 | 1A | B1 | 55 | 28 |
| Octal | 17 | 275 | 265 | 134 | 0 | 4 | 32 | 261 | 125 | 50 |
| Binary | 1111 | 10111101 | 10110101 | 1011100 | 0 | 100 | 11010 | 10110001 | 1010101 | 101000 |
Color Harmonies of #0FBDB5
Complementary color
Monochromatic Colors of #0FBDB5
Black with #0FBDB5
Text Example
Text Example
White with #0FBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDB5; }
p { color: rgb(15,189,181); }
H1.HeaderClassName
{
color: #0FBDB5;
}
.AnyTagClassName
{
color: #0FBDB5;
}
</style>
background-color css
<style>
a { background-color: #0FBDB5; }
a { background-color: rgb(15,189,181); }
div.DivClassName
{
background-color: #0FBDB5;
}
.BgClassName
{
background-color: #0FBDB5;
}
</style>
border-color css
<style>
span { border-color: #0FBDB5; }
span { border-color: rgb(15,189,181); }
td.TdClassName
{
border-color: #0FBDB5;
}
.TagClassName
{
border-color: #0FBDB5;
}
</style>