Shades of Light Sea Green #0FBDA2
Tints of Light Sea Green #0FBDA2
RGB
CMYK
RGB Variations
Color information
#0FBDA2 (or 0x0FBDA2) is known color: Light Sea Green. HEX triplet: 0F, BD and A2. RGB value is (15,189,162). Sum of RGB (Red+Green+Blue) = 15+189+162=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDA2 is #F0425D. Grayscale: #858585. Windows color (decimal): -15745630 or 10665231. OLE color: 10665231.
HSL color Cylindrical-coordinate representation of color #0FBDA2: hue angle of 170.69º 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 #0FBDA2 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 162 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.26 |
| HSL | 170.69º | 0.85% | 0.4% | - |
| HSV(B) | 170.69º | 0.92% | 0.74% | - |
| XYZ | 24.92 | 39.11 | 40.42 | - |
| YUV | 133.9 | 143.85 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 162 | 0.92 | 0 | 0.14 | 0.26 | 170.69 | 0.85 | 0.4 |
| Hex | F | BD | A2 | 5C | 0 | E | 1A | AB | 55 | 28 |
| Octal | 17 | 275 | 242 | 134 | 0 | 16 | 32 | 253 | 125 | 50 |
| Binary | 1111 | 10111101 | 10100010 | 1011100 | 0 | 1110 | 11010 | 10101011 | 1010101 | 101000 |
Color Harmonies of #0FBDA2
Complementary color
Monochromatic Colors of #0FBDA2
Black with #0FBDA2
Text Example
Text Example
White with #0FBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDA2; }
p { color: rgb(15,189,162); }
H1.HeaderClassName
{
color: #0FBDA2;
}
.AnyTagClassName
{
color: #0FBDA2;
}
</style>
background-color css
<style>
a { background-color: #0FBDA2; }
a { background-color: rgb(15,189,162); }
div.DivClassName
{
background-color: #0FBDA2;
}
.BgClassName
{
background-color: #0FBDA2;
}
</style>
border-color css
<style>
span { border-color: #0FBDA2; }
span { border-color: rgb(15,189,162); }
td.TdClassName
{
border-color: #0FBDA2;
}
.TagClassName
{
border-color: #0FBDA2;
}
</style>