Shades of Light Sea Green #0FAAA4
Tints of Light Sea Green #0FAAA4
RGB
CMYK
RGB Variations
Color information
#0FAAA4 (or 0x0FAAA4) is known color: Light Sea Green. HEX triplet: 0F, AA and A4. RGB value is (15,170,164). Sum of RGB (Red+Green+Blue) = 15+170+164=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAAA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAA4 is #F0555B. Grayscale: #7A7A7A. Windows color (decimal): -15750492 or 10791439. OLE color: 10791439.
HSL color Cylindrical-coordinate representation of color #0FAAA4: hue angle of 177.68º 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 #0FAAA4 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 164 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.33 |
| HSL | 177.68º | 0.84% | 0.36% | - |
| HSV(B) | 177.68º | 0.91% | 0.67% | - |
| XYZ | 21.27 | 31.53 | 40.09 | - |
| YUV | 122.97 | 151.15 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 164 | 0.91 | 0 | 0.04 | 0.33 | 177.68 | 0.84 | 0.36 |
| Hex | F | AA | A4 | 5B | 0 | 4 | 21 | B2 | 54 | 24 |
| Octal | 17 | 252 | 244 | 133 | 0 | 4 | 41 | 262 | 124 | 44 |
| Binary | 1111 | 10101010 | 10100100 | 1011011 | 0 | 100 | 100001 | 10110010 | 1010100 | 100100 |
Color Harmonies of #0FAAA4
Complementary color
Monochromatic Colors of #0FAAA4
Black with #0FAAA4
Text Example
Text Example
White with #0FAAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAA4; }
p { color: rgb(15,170,164); }
H1.HeaderClassName
{
color: #0FAAA4;
}
.AnyTagClassName
{
color: #0FAAA4;
}
</style>
background-color css
<style>
a { background-color: #0FAAA4; }
a { background-color: rgb(15,170,164); }
div.DivClassName
{
background-color: #0FAAA4;
}
.BgClassName
{
background-color: #0FAAA4;
}
</style>
border-color css
<style>
span { border-color: #0FAAA4; }
span { border-color: rgb(15,170,164); }
td.TdClassName
{
border-color: #0FAAA4;
}
.TagClassName
{
border-color: #0FAAA4;
}
</style>