Shades of Light Sea Green #0FAAB0
Tints of Light Sea Green #0FAAB0
RGB
CMYK
RGB Variations
Color information
#0FAAB0 (or 0x0FAAB0) is known color: Light Sea Green. HEX triplet: 0F, AA and B0. RGB value is (15,170,176). Sum of RGB (Red+Green+Blue) = 15+170+176=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #0FAAB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAB0 is #F0554F. Grayscale: #7C7C7C. Windows color (decimal): -15750480 or 11577871. OLE color: 11577871.
HSL color Cylindrical-coordinate representation of color #0FAAB0: hue angle of 182.24º 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 #0FAAB0 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 170 | 176 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.31 |
| HSL | 182.24º | 0.84% | 0.37% | - |
| HSV(B) | 182.24º | 0.91% | 0.69% | - |
| XYZ | 22.41 | 31.99 | 46.07 | - |
| YUV | 124.34 | 157.15 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 176 | 0.91 | 0.03 | 0 | 0.31 | 182.24 | 0.84 | 0.37 |
| Hex | F | AA | B0 | 5B | 3 | 0 | 1F | B6 | 54 | 25 |
| Octal | 17 | 252 | 260 | 133 | 3 | 0 | 37 | 266 | 124 | 45 |
| Binary | 1111 | 10101010 | 10110000 | 1011011 | 11 | 0 | 11111 | 10110110 | 1010100 | 100101 |
Color Harmonies of #0FAAB0
Complementary color
Monochromatic Colors of #0FAAB0
Black with #0FAAB0
Text Example
Text Example
White with #0FAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAB0; }
p { color: rgb(15,170,176); }
H1.HeaderClassName
{
color: #0FAAB0;
}
.AnyTagClassName
{
color: #0FAAB0;
}
</style>
background-color css
<style>
a { background-color: #0FAAB0; }
a { background-color: rgb(15,170,176); }
div.DivClassName
{
background-color: #0FAAB0;
}
.BgClassName
{
background-color: #0FAAB0;
}
</style>
border-color css
<style>
span { border-color: #0FAAB0; }
span { border-color: rgb(15,170,176); }
td.TdClassName
{
border-color: #0FAAB0;
}
.TagClassName
{
border-color: #0FAAB0;
}
</style>