Shades of Light Sea Green #0FAAA8
Tints of Light Sea Green #0FAAA8
RGB
CMYK
RGB Variations
Color information
#0FAAA8 (or 0x0FAAA8) is known color: Light Sea Green. HEX triplet: 0F, AA and A8. RGB value is (15,170,168). Sum of RGB (Red+Green+Blue) = 15+170+168=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAAA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAA8 is #F05557. Grayscale: #7B7B7B. Windows color (decimal): -15750488 or 11053583. OLE color: 11053583.
HSL color Cylindrical-coordinate representation of color #0FAAA8: hue angle of 179.23º 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 #0FAAA8 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 168 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.33 |
| HSL | 179.23º | 0.84% | 0.36% | - |
| HSV(B) | 179.23º | 0.91% | 0.67% | - |
| XYZ | 21.64 | 31.68 | 42.02 | - |
| YUV | 123.43 | 153.15 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 168 | 0.91 | 0 | 0.01 | 0.33 | 179.23 | 0.84 | 0.36 |
| Hex | F | AA | A8 | 5B | 0 | 1 | 21 | B3 | 54 | 24 |
| Octal | 17 | 252 | 250 | 133 | 0 | 1 | 41 | 263 | 124 | 44 |
| Binary | 1111 | 10101010 | 10101000 | 1011011 | 0 | 1 | 100001 | 10110011 | 1010100 | 100100 |
Color Harmonies of #0FAAA8
Complementary color
Monochromatic Colors of #0FAAA8
Black with #0FAAA8
Text Example
Text Example
White with #0FAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAA8; }
p { color: rgb(15,170,168); }
H1.HeaderClassName
{
color: #0FAAA8;
}
.AnyTagClassName
{
color: #0FAAA8;
}
</style>
background-color css
<style>
a { background-color: #0FAAA8; }
a { background-color: rgb(15,170,168); }
div.DivClassName
{
background-color: #0FAAA8;
}
.BgClassName
{
background-color: #0FAAA8;
}
</style>
border-color css
<style>
span { border-color: #0FAAA8; }
span { border-color: rgb(15,170,168); }
td.TdClassName
{
border-color: #0FAAA8;
}
.TagClassName
{
border-color: #0FAAA8;
}
</style>