Shades of Light Sea Green #0FA8A4
Tints of Light Sea Green #0FA8A4
RGB
CMYK
RGB Variations
Color information
#0FA8A4 (or 0x0FA8A4) is known color: Light Sea Green. HEX triplet: 0F, A8 and A4. RGB value is (15,168,164). Sum of RGB (Red+Green+Blue) = 15+168+164=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA8A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA8A4 is #F0575B. Grayscale: #797979. Windows color (decimal): -15751004 or 10790927. OLE color: 10790927.
HSL color Cylindrical-coordinate representation of color #0FA8A4: hue angle of 178.43º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA8A4 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 168 | 164 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.34 |
| HSL | 178.43º | 0.84% | 0.36% | - |
| HSV(B) | 178.43º | 0.91% | 0.66% | - |
| XYZ | 20.9 | 30.79 | 39.96 | - |
| YUV | 121.8 | 151.81 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 168 | 164 | 0.91 | 0 | 0.02 | 0.34 | 178.43 | 0.84 | 0.36 |
| Hex | F | A8 | A4 | 5B | 0 | 2 | 22 | B2 | 54 | 24 |
| Octal | 17 | 250 | 244 | 133 | 0 | 2 | 42 | 262 | 124 | 44 |
| Binary | 1111 | 10101000 | 10100100 | 1011011 | 0 | 10 | 100010 | 10110010 | 1010100 | 100100 |
Color Harmonies of #0FA8A4
Complementary color
Monochromatic Colors of #0FA8A4
Black with #0FA8A4
Text Example
Text Example
White with #0FA8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA8A4; }
p { color: rgb(15,168,164); }
H1.HeaderClassName
{
color: #0FA8A4;
}
.AnyTagClassName
{
color: #0FA8A4;
}
</style>
background-color css
<style>
a { background-color: #0FA8A4; }
a { background-color: rgb(15,168,164); }
div.DivClassName
{
background-color: #0FA8A4;
}
.BgClassName
{
background-color: #0FA8A4;
}
</style>
border-color css
<style>
span { border-color: #0FA8A4; }
span { border-color: rgb(15,168,164); }
td.TdClassName
{
border-color: #0FA8A4;
}
.TagClassName
{
border-color: #0FA8A4;
}
</style>