Shades of Light Sea Green #0FAF9F
Tints of Light Sea Green #0FAF9F
RGB
CMYK
RGB Variations
Color information
#0FAF9F (or 0x0FAF9F) is known color: Light Sea Green. HEX triplet: 0F, AF and 9F. RGB value is (15,175,159). Sum of RGB (Red+Green+Blue) = 15+175+159=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAF9F is #F05060. Grayscale: #7D7D7D. Windows color (decimal): -15749217 or 10465039. OLE color: 10465039.
HSL color Cylindrical-coordinate representation of color #0FAF9F: hue angle of 174º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF9F is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 159 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.31 |
| HSL | 174º | 0.84% | 0.37% | - |
| HSV(B) | 174º | 0.91% | 0.69% | - |
| XYZ | 21.78 | 33.26 | 38.07 | - |
| YUV | 125.34 | 146.99 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 159 | 0.91 | 0 | 0.09 | 0.31 | 174 | 0.84 | 0.37 |
| Hex | F | AF | 9F | 5B | 0 | 9 | 1F | AE | 54 | 25 |
| Octal | 17 | 257 | 237 | 133 | 0 | 11 | 37 | 256 | 124 | 45 |
| Binary | 1111 | 10101111 | 10011111 | 1011011 | 0 | 1001 | 11111 | 10101110 | 1010100 | 100101 |
Color Harmonies of #0FAF9F
Complementary color
Monochromatic Colors of #0FAF9F
Black with #0FAF9F
Text Example
Text Example
White with #0FAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF9F; }
p { color: rgb(15,175,159); }
H1.HeaderClassName
{
color: #0FAF9F;
}
.AnyTagClassName
{
color: #0FAF9F;
}
</style>
background-color css
<style>
a { background-color: #0FAF9F; }
a { background-color: rgb(15,175,159); }
div.DivClassName
{
background-color: #0FAF9F;
}
.BgClassName
{
background-color: #0FAF9F;
}
</style>
border-color css
<style>
span { border-color: #0FAF9F; }
span { border-color: rgb(15,175,159); }
td.TdClassName
{
border-color: #0FAF9F;
}
.TagClassName
{
border-color: #0FAF9F;
}
</style>