Shades of Light Sea Green #0FB6A6
Tints of Light Sea Green #0FB6A6
RGB
CMYK
RGB Variations
Color information
#0FB6A6 (or 0x0FB6A6) is known color: Light Sea Green. HEX triplet: 0F, B6 and A6. RGB value is (15,182,166). Sum of RGB (Red+Green+Blue) = 15+182+166=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB6A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB6A6 is #F04959. Grayscale: #828282. Windows color (decimal): -15747418 or 10925583. OLE color: 10925583.
HSL color Cylindrical-coordinate representation of color #0FB6A6: hue angle of 174.25º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB6A6 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 182 | 166 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.29 |
| HSL | 174.25º | 0.85% | 0.39% | - |
| HSV(B) | 174.25º | 0.92% | 0.71% | - |
| XYZ | 23.81 | 36.31 | 41.83 | - |
| YUV | 130.24 | 148.17 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 166 | 0.92 | 0 | 0.09 | 0.29 | 174.25 | 0.85 | 0.39 |
| Hex | F | B6 | A6 | 5C | 0 | 9 | 1D | AE | 55 | 27 |
| Octal | 17 | 266 | 246 | 134 | 0 | 11 | 35 | 256 | 125 | 47 |
| Binary | 1111 | 10110110 | 10100110 | 1011100 | 0 | 1001 | 11101 | 10101110 | 1010101 | 100111 |
Color Harmonies of #0FB6A6
Complementary color
Monochromatic Colors of #0FB6A6
Black with #0FB6A6
Text Example
Text Example
White with #0FB6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB6A6; }
p { color: rgb(15,182,166); }
H1.HeaderClassName
{
color: #0FB6A6;
}
.AnyTagClassName
{
color: #0FB6A6;
}
</style>
background-color css
<style>
a { background-color: #0FB6A6; }
a { background-color: rgb(15,182,166); }
div.DivClassName
{
background-color: #0FB6A6;
}
.BgClassName
{
background-color: #0FB6A6;
}
</style>
border-color css
<style>
span { border-color: #0FB6A6; }
span { border-color: rgb(15,182,166); }
td.TdClassName
{
border-color: #0FB6A6;
}
.TagClassName
{
border-color: #0FB6A6;
}
</style>