Shades of Light Sea Green #0FAAA3
Tints of Light Sea Green #0FAAA3
RGB
CMYK
RGB Variations
Color information
#0FAAA3 (or 0x0FAAA3) is known color: Light Sea Green. HEX triplet: 0F, AA and A3. RGB value is (15,170,163). Sum of RGB (Red+Green+Blue) = 15+170+163=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAA3 is #F0555C. Grayscale: #7A7A7A. Windows color (decimal): -15750493 or 10725903. OLE color: 10725903.
HSL color Cylindrical-coordinate representation of color #0FAAA3: hue angle of 177.29º 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 #0FAAA3 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 163 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.33 |
| HSL | 177.29º | 0.84% | 0.36% | - |
| HSV(B) | 177.29º | 0.91% | 0.67% | - |
| XYZ | 21.18 | 31.5 | 39.61 | - |
| YUV | 122.86 | 150.65 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 163 | 0.91 | 0 | 0.04 | 0.33 | 177.29 | 0.84 | 0.36 |
| Hex | F | AA | A3 | 5B | 0 | 4 | 21 | B1 | 54 | 24 |
| Octal | 17 | 252 | 243 | 133 | 0 | 4 | 41 | 261 | 124 | 44 |
| Binary | 1111 | 10101010 | 10100011 | 1011011 | 0 | 100 | 100001 | 10110001 | 1010100 | 100100 |
Color Harmonies of #0FAAA3
Complementary color
Monochromatic Colors of #0FAAA3
Black with #0FAAA3
Text Example
Text Example
White with #0FAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAA3; }
p { color: rgb(15,170,163); }
H1.HeaderClassName
{
color: #0FAAA3;
}
.AnyTagClassName
{
color: #0FAAA3;
}
</style>
background-color css
<style>
a { background-color: #0FAAA3; }
a { background-color: rgb(15,170,163); }
div.DivClassName
{
background-color: #0FAAA3;
}
.BgClassName
{
background-color: #0FAAA3;
}
</style>
border-color css
<style>
span { border-color: #0FAAA3; }
span { border-color: rgb(15,170,163); }
td.TdClassName
{
border-color: #0FAAA3;
}
.TagClassName
{
border-color: #0FAAA3;
}
</style>