Shades of Light Sea Green #0FAFAE
Tints of Light Sea Green #0FAFAE
RGB
CMYK
RGB Variations
Color information
#0FAFAE (or 0x0FAFAE) is known color: Light Sea Green. HEX triplet: 0F, AF and AE. RGB value is (15,175,174). Sum of RGB (Red+Green+Blue) = 15+175+174=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAFAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAFAE is #F05051. Grayscale: #7E7E7E. Windows color (decimal): -15749202 or 11448079. OLE color: 11448079.
HSL color Cylindrical-coordinate representation of color #0FAFAE: hue angle of 179.62º 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 #0FAFAE is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 174 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.31 |
| HSL | 179.63º | 0.84% | 0.37% | - |
| HSV(B) | 179.63º | 0.91% | 0.69% | - |
| XYZ | 23.17 | 33.82 | 45.35 | - |
| YUV | 127.05 | 154.49 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 174 | 0.91 | 0 | 0.01 | 0.31 | 179.63 | 0.84 | 0.37 |
| Hex | F | AF | AE | 5B | 0 | 1 | 1F | B4 | 54 | 25 |
| Octal | 17 | 257 | 256 | 133 | 0 | 1 | 37 | 264 | 124 | 45 |
| Binary | 1111 | 10101111 | 10101110 | 1011011 | 0 | 1 | 11111 | 10110100 | 1010100 | 100101 |
Color Harmonies of #0FAFAE
Complementary color
Monochromatic Colors of #0FAFAE
Black with #0FAFAE
Text Example
Text Example
White with #0FAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFAE; }
p { color: rgb(15,175,174); }
H1.HeaderClassName
{
color: #0FAFAE;
}
.AnyTagClassName
{
color: #0FAFAE;
}
</style>
background-color css
<style>
a { background-color: #0FAFAE; }
a { background-color: rgb(15,175,174); }
div.DivClassName
{
background-color: #0FAFAE;
}
.BgClassName
{
background-color: #0FAFAE;
}
</style>
border-color css
<style>
span { border-color: #0FAFAE; }
span { border-color: rgb(15,175,174); }
td.TdClassName
{
border-color: #0FAFAE;
}
.TagClassName
{
border-color: #0FAFAE;
}
</style>