Shades of Light Sea Green #0FBDB4
Tints of Light Sea Green #0FBDB4
RGB
CMYK
RGB Variations
Color information
#0FBDB4 (or 0x0FBDB4) is known color: Light Sea Green. HEX triplet: 0F, BD and B4. RGB value is (15,189,180). Sum of RGB (Red+Green+Blue) = 15+189+180=384 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.91% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDB4 is #F0424B. Grayscale: #878787. Windows color (decimal): -15745612 or 11844879. OLE color: 11844879.
HSL color Cylindrical-coordinate representation of color #0FBDB4: hue angle of 176.9º 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 #0FBDB4 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 180 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.26 |
| HSL | 176.9º | 0.85% | 0.4% | - |
| HSV(B) | 176.9º | 0.92% | 0.74% | - |
| XYZ | 26.63 | 39.79 | 49.46 | - |
| YUV | 135.95 | 152.85 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 180 | 0.92 | 0 | 0.05 | 0.26 | 176.9 | 0.85 | 0.4 |
| Hex | F | BD | B4 | 5C | 0 | 5 | 1A | B1 | 55 | 28 |
| Octal | 17 | 275 | 264 | 134 | 0 | 5 | 32 | 261 | 125 | 50 |
| Binary | 1111 | 10111101 | 10110100 | 1011100 | 0 | 101 | 11010 | 10110001 | 1010101 | 101000 |
Color Harmonies of #0FBDB4
Complementary color
Monochromatic Colors of #0FBDB4
Black with #0FBDB4
Text Example
Text Example
White with #0FBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDB4; }
p { color: rgb(15,189,180); }
H1.HeaderClassName
{
color: #0FBDB4;
}
.AnyTagClassName
{
color: #0FBDB4;
}
</style>
background-color css
<style>
a { background-color: #0FBDB4; }
a { background-color: rgb(15,189,180); }
div.DivClassName
{
background-color: #0FBDB4;
}
.BgClassName
{
background-color: #0FBDB4;
}
</style>
border-color css
<style>
span { border-color: #0FBDB4; }
span { border-color: rgb(15,189,180); }
td.TdClassName
{
border-color: #0FBDB4;
}
.TagClassName
{
border-color: #0FBDB4;
}
</style>