Shades of Light Sea Green #0FB89C
Tints of Light Sea Green #0FB89C
RGB
CMYK
RGB Variations
Color information
#0FB89C (or 0x0FB89C) is known color: Light Sea Green. HEX triplet: 0F, B8 and 9C. RGB value is (15,184,156). Sum of RGB (Red+Green+Blue) = 15+184+156=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB89C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB89C is #F04763. Grayscale: #828282. Windows color (decimal): -15746916 or 10270735. OLE color: 10270735.
HSL color Cylindrical-coordinate representation of color #0FB89C: hue angle of 170.06º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB89C is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 156 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.28 |
| HSL | 170.06º | 0.85% | 0.39% | - |
| HSV(B) | 170.06º | 0.92% | 0.72% | - |
| XYZ | 23.34 | 36.78 | 37.32 | - |
| YUV | 130.28 | 142.51 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 156 | 0.92 | 0 | 0.15 | 0.28 | 170.06 | 0.85 | 0.39 |
| Hex | F | B8 | 9C | 5C | 0 | F | 1C | AA | 55 | 27 |
| Octal | 17 | 270 | 234 | 134 | 0 | 17 | 34 | 252 | 125 | 47 |
| Binary | 1111 | 10111000 | 10011100 | 1011100 | 0 | 1111 | 11100 | 10101010 | 1010101 | 100111 |
Color Harmonies of #0FB89C
Complementary color
Monochromatic Colors of #0FB89C
Black with #0FB89C
Text Example
Text Example
White with #0FB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB89C; }
p { color: rgb(15,184,156); }
H1.HeaderClassName
{
color: #0FB89C;
}
.AnyTagClassName
{
color: #0FB89C;
}
</style>
background-color css
<style>
a { background-color: #0FB89C; }
a { background-color: rgb(15,184,156); }
div.DivClassName
{
background-color: #0FB89C;
}
.BgClassName
{
background-color: #0FB89C;
}
</style>
border-color css
<style>
span { border-color: #0FB89C; }
span { border-color: rgb(15,184,156); }
td.TdClassName
{
border-color: #0FB89C;
}
.TagClassName
{
border-color: #0FB89C;
}
</style>