Shades of Light Sea Green #0FAAAF
Tints of Light Sea Green #0FAAAF
RGB
CMYK
RGB Variations
Color information
#0FAAAF (or 0x0FAAAF) is known color: Light Sea Green. HEX triplet: 0F, AA and AF. RGB value is (15,170,175). Sum of RGB (Red+Green+Blue) = 15+170+175=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #0FAAAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAAF is #F05550. Grayscale: #7C7C7C. Windows color (decimal): -15750481 or 11512335. OLE color: 11512335.
HSL color Cylindrical-coordinate representation of color #0FAAAF: hue angle of 181.88º 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 #0FAAAF is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 170 | 175 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.31 |
| HSL | 181.88º | 0.84% | 0.37% | - |
| HSV(B) | 181.88º | 0.91% | 0.69% | - |
| XYZ | 22.31 | 31.95 | 45.55 | - |
| YUV | 124.23 | 156.65 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 175 | 0.91 | 0.03 | 0 | 0.31 | 181.88 | 0.84 | 0.37 |
| Hex | F | AA | AF | 5B | 3 | 0 | 1F | B6 | 54 | 25 |
| Octal | 17 | 252 | 257 | 133 | 3 | 0 | 37 | 266 | 124 | 45 |
| Binary | 1111 | 10101010 | 10101111 | 1011011 | 11 | 0 | 11111 | 10110110 | 1010100 | 100101 |
Color Harmonies of #0FAAAF
Complementary color
Monochromatic Colors of #0FAAAF
Black with #0FAAAF
Text Example
Text Example
White with #0FAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAAF; }
p { color: rgb(15,170,175); }
H1.HeaderClassName
{
color: #0FAAAF;
}
.AnyTagClassName
{
color: #0FAAAF;
}
</style>
background-color css
<style>
a { background-color: #0FAAAF; }
a { background-color: rgb(15,170,175); }
div.DivClassName
{
background-color: #0FAAAF;
}
.BgClassName
{
background-color: #0FAAAF;
}
</style>
border-color css
<style>
span { border-color: #0FAAAF; }
span { border-color: rgb(15,170,175); }
td.TdClassName
{
border-color: #0FAAAF;
}
.TagClassName
{
border-color: #0FAAAF;
}
</style>