Shades of Light Sea Green #0FB9A1
Tints of Light Sea Green #0FB9A1
RGB
CMYK
RGB Variations
Color information
#0FB9A1 (or 0x0FB9A1) is known color: Light Sea Green. HEX triplet: 0F, B9 and A1. RGB value is (15,185,161). Sum of RGB (Red+Green+Blue) = 15+185+161=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB9A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB9A1 is #F0465E. Grayscale: #838383. Windows color (decimal): -15746655 or 10598671. OLE color: 10598671.
HSL color Cylindrical-coordinate representation of color #0FB9A1: hue angle of 171.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB9A1 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 161 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.27 |
| HSL | 171.53º | 0.85% | 0.39% | - |
| HSV(B) | 171.53º | 0.92% | 0.73% | - |
| XYZ | 23.98 | 37.37 | 39.67 | - |
| YUV | 131.43 | 144.68 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 161 | 0.92 | 0 | 0.13 | 0.27 | 171.53 | 0.85 | 0.39 |
| Hex | F | B9 | A1 | 5C | 0 | D | 1B | AC | 55 | 27 |
| Octal | 17 | 271 | 241 | 134 | 0 | 15 | 33 | 254 | 125 | 47 |
| Binary | 1111 | 10111001 | 10100001 | 1011100 | 0 | 1101 | 11011 | 10101100 | 1010101 | 100111 |
Color Harmonies of #0FB9A1
Complementary color
Monochromatic Colors of #0FB9A1
Black with #0FB9A1
Text Example
Text Example
White with #0FB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB9A1; }
p { color: rgb(15,185,161); }
H1.HeaderClassName
{
color: #0FB9A1;
}
.AnyTagClassName
{
color: #0FB9A1;
}
</style>
background-color css
<style>
a { background-color: #0FB9A1; }
a { background-color: rgb(15,185,161); }
div.DivClassName
{
background-color: #0FB9A1;
}
.BgClassName
{
background-color: #0FB9A1;
}
</style>
border-color css
<style>
span { border-color: #0FB9A1; }
span { border-color: rgb(15,185,161); }
td.TdClassName
{
border-color: #0FB9A1;
}
.TagClassName
{
border-color: #0FB9A1;
}
</style>