Shades of Light Sea Green #0FAAB5
Tints of Light Sea Green #0FAAB5
RGB
CMYK
RGB Variations
Color information
#0FAAB5 (or 0x0FAAB5) is known color: Light Sea Green. HEX triplet: 0F, AA and B5. RGB value is (15,170,181). Sum of RGB (Red+Green+Blue) = 15+170+181=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #0FAAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAAB5 is #F0554A. Grayscale: #7C7C7C. Windows color (decimal): -15750475 or 11905551. OLE color: 11905551.
HSL color Cylindrical-coordinate representation of color #0FAAB5: hue angle of 183.98º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAAB5 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 170 | 181 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.29 |
| HSL | 183.98º | 0.85% | 0.38% | - |
| HSV(B) | 183.98º | 0.92% | 0.71% | - |
| XYZ | 22.91 | 32.19 | 48.72 | - |
| YUV | 124.91 | 159.65 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 181 | 0.92 | 0.06 | 0 | 0.29 | 183.98 | 0.85 | 0.38 |
| Hex | F | AA | B5 | 5C | 6 | 0 | 1D | B8 | 55 | 26 |
| Octal | 17 | 252 | 265 | 134 | 6 | 0 | 35 | 270 | 125 | 46 |
| Binary | 1111 | 10101010 | 10110101 | 1011100 | 110 | 0 | 11101 | 10111000 | 1010101 | 100110 |
Color Harmonies of #0FAAB5
Complementary color
Monochromatic Colors of #0FAAB5
Black with #0FAAB5
Text Example
Text Example
White with #0FAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAB5; }
p { color: rgb(15,170,181); }
H1.HeaderClassName
{
color: #0FAAB5;
}
.AnyTagClassName
{
color: #0FAAB5;
}
</style>
background-color css
<style>
a { background-color: #0FAAB5; }
a { background-color: rgb(15,170,181); }
div.DivClassName
{
background-color: #0FAAB5;
}
.BgClassName
{
background-color: #0FAAB5;
}
</style>
border-color css
<style>
span { border-color: #0FAAB5; }
span { border-color: rgb(15,170,181); }
td.TdClassName
{
border-color: #0FAAB5;
}
.TagClassName
{
border-color: #0FAAB5;
}
</style>