Shades of Light Sea Green #0FAAAA
Tints of Light Sea Green #0FAAAA
RGB
CMYK
RGB Variations
Color information
#0FAAAA (or 0x0FAAAA) is known color: Light Sea Green. HEX triplet: 0F, AA and AA. RGB value is (15,170,170). Sum of RGB (Red+Green+Blue) = 15+170+170=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #0FAAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAAA is #F05555. Grayscale: #7B7B7B. Windows color (decimal): -15750486 or 11184655. OLE color: 11184655.
HSL color Cylindrical-coordinate representation of color #0FAAAA: hue angle of 180º 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 #0FAAAA is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 170 | - |
| CMYK | 0.91 | 0 | 0 | 0.33 |
| HSL | 180º | 0.84% | 0.36% | - |
| HSV(B) | 180º | 0.91% | 0.67% | - |
| XYZ | 21.83 | 31.75 | 43.01 | - |
| YUV | 123.66 | 154.15 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 170 | 0.91 | 0 | 0 | 0.33 | 180 | 0.84 | 0.36 |
| Hex | F | AA | AA | 5B | 0 | 0 | 21 | B4 | 54 | 24 |
| Octal | 17 | 252 | 252 | 133 | 0 | 0 | 41 | 264 | 124 | 44 |
| Binary | 1111 | 10101010 | 10101010 | 1011011 | 0 | 0 | 100001 | 10110100 | 1010100 | 100100 |
Color Harmonies of #0FAAAA
Complementary color
Monochromatic Colors of #0FAAAA
Black with #0FAAAA
Text Example
Text Example
White with #0FAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAAA; }
p { color: rgb(15,170,170); }
H1.HeaderClassName
{
color: #0FAAAA;
}
.AnyTagClassName
{
color: #0FAAAA;
}
</style>
background-color css
<style>
a { background-color: #0FAAAA; }
a { background-color: rgb(15,170,170); }
div.DivClassName
{
background-color: #0FAAAA;
}
.BgClassName
{
background-color: #0FAAAA;
}
</style>
border-color css
<style>
span { border-color: #0FAAAA; }
span { border-color: rgb(15,170,170); }
td.TdClassName
{
border-color: #0FAAAA;
}
.TagClassName
{
border-color: #0FAAAA;
}
</style>