Shades of Light Sea Green #0FABA7
Tints of Light Sea Green #0FABA7
RGB
CMYK
RGB Variations
Color information
#0FABA7 (or 0x0FABA7) is known color: Light Sea Green. HEX triplet: 0F, AB and A7. RGB value is (15,171,167). Sum of RGB (Red+Green+Blue) = 15+171+167=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #0FABA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FABA7 is #F05458. Grayscale: #7B7B7B. Windows color (decimal): -15750233 or 10988303. OLE color: 10988303.
HSL color Cylindrical-coordinate representation of color #0FABA7: hue angle of 178.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FABA7 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 167 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.33 |
| HSL | 178.46º | 0.84% | 0.36% | - |
| HSV(B) | 178.46º | 0.91% | 0.67% | - |
| XYZ | 21.73 | 32.02 | 41.59 | - |
| YUV | 123.9 | 152.32 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 167 | 0.91 | 0 | 0.02 | 0.33 | 178.46 | 0.84 | 0.36 |
| Hex | F | AB | A7 | 5B | 0 | 2 | 21 | B2 | 54 | 24 |
| Octal | 17 | 253 | 247 | 133 | 0 | 2 | 41 | 262 | 124 | 44 |
| Binary | 1111 | 10101011 | 10100111 | 1011011 | 0 | 10 | 100001 | 10110010 | 1010100 | 100100 |
Color Harmonies of #0FABA7
Complementary color
Monochromatic Colors of #0FABA7
Black with #0FABA7
Text Example
Text Example
White with #0FABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABA7; }
p { color: rgb(15,171,167); }
H1.HeaderClassName
{
color: #0FABA7;
}
.AnyTagClassName
{
color: #0FABA7;
}
</style>
background-color css
<style>
a { background-color: #0FABA7; }
a { background-color: rgb(15,171,167); }
div.DivClassName
{
background-color: #0FABA7;
}
.BgClassName
{
background-color: #0FABA7;
}
</style>
border-color css
<style>
span { border-color: #0FABA7; }
span { border-color: rgb(15,171,167); }
td.TdClassName
{
border-color: #0FABA7;
}
.TagClassName
{
border-color: #0FABA7;
}
</style>