Shades of Light Sea Green #0FBDA3
Tints of Light Sea Green #0FBDA3
RGB
CMYK
RGB Variations
Color information
#0FBDA3 (or 0x0FBDA3) is known color: Light Sea Green. HEX triplet: 0F, BD and A3. RGB value is (15,189,163). Sum of RGB (Red+Green+Blue) = 15+189+163=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDA3 is #F0425C. Grayscale: #858585. Windows color (decimal): -15745629 or 10730767. OLE color: 10730767.
HSL color Cylindrical-coordinate representation of color #0FBDA3: hue angle of 171.03º 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 #0FBDA3 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 163 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.26 |
| HSL | 171.03º | 0.85% | 0.4% | - |
| HSV(B) | 171.03º | 0.92% | 0.74% | - |
| XYZ | 25.01 | 39.14 | 40.89 | - |
| YUV | 134.01 | 144.35 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 163 | 0.92 | 0 | 0.14 | 0.26 | 171.03 | 0.85 | 0.4 |
| Hex | F | BD | A3 | 5C | 0 | E | 1A | AB | 55 | 28 |
| Octal | 17 | 275 | 243 | 134 | 0 | 16 | 32 | 253 | 125 | 50 |
| Binary | 1111 | 10111101 | 10100011 | 1011100 | 0 | 1110 | 11010 | 10101011 | 1010101 | 101000 |
Color Harmonies of #0FBDA3
Complementary color
Monochromatic Colors of #0FBDA3
Black with #0FBDA3
Text Example
Text Example
White with #0FBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDA3; }
p { color: rgb(15,189,163); }
H1.HeaderClassName
{
color: #0FBDA3;
}
.AnyTagClassName
{
color: #0FBDA3;
}
</style>
background-color css
<style>
a { background-color: #0FBDA3; }
a { background-color: rgb(15,189,163); }
div.DivClassName
{
background-color: #0FBDA3;
}
.BgClassName
{
background-color: #0FBDA3;
}
</style>
border-color css
<style>
span { border-color: #0FBDA3; }
span { border-color: rgb(15,189,163); }
td.TdClassName
{
border-color: #0FBDA3;
}
.TagClassName
{
border-color: #0FBDA3;
}
</style>