Shades of Light Sea Green #0FB2AC
Tints of Light Sea Green #0FB2AC
RGB
CMYK
RGB Variations
Color information
#0FB2AC (or 0x0FB2AC) is known color: Light Sea Green. HEX triplet: 0F, B2 and AC. RGB value is (15,178,172). Sum of RGB (Red+Green+Blue) = 15+178+172=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB2AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB2AC is #F04D53. Grayscale: #808080. Windows color (decimal): -15748436 or 11317775. OLE color: 11317775.
HSL color Cylindrical-coordinate representation of color #0FB2AC: hue angle of 177.79º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB2AC is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 172 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.30 |
| HSL | 177.79º | 0.84% | 0.38% | - |
| HSV(B) | 177.79º | 0.92% | 0.7% | - |
| XYZ | 23.56 | 34.92 | 44.53 | - |
| YUV | 128.58 | 152.5 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 172 | 0.92 | 0 | 0.03 | 0.30 | 177.79 | 0.84 | 0.38 |
| Hex | F | B2 | AC | 5C | 0 | 3 | 1E | B2 | 54 | 26 |
| Octal | 17 | 262 | 254 | 134 | 0 | 3 | 36 | 262 | 124 | 46 |
| Binary | 1111 | 10110010 | 10101100 | 1011100 | 0 | 11 | 11110 | 10110010 | 1010100 | 100110 |
Color Harmonies of #0FB2AC
Complementary color
Monochromatic Colors of #0FB2AC
Black with #0FB2AC
Text Example
Text Example
White with #0FB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB2AC; }
p { color: rgb(15,178,172); }
H1.HeaderClassName
{
color: #0FB2AC;
}
.AnyTagClassName
{
color: #0FB2AC;
}
</style>
background-color css
<style>
a { background-color: #0FB2AC; }
a { background-color: rgb(15,178,172); }
div.DivClassName
{
background-color: #0FB2AC;
}
.BgClassName
{
background-color: #0FB2AC;
}
</style>
border-color css
<style>
span { border-color: #0FB2AC; }
span { border-color: rgb(15,178,172); }
td.TdClassName
{
border-color: #0FB2AC;
}
.TagClassName
{
border-color: #0FB2AC;
}
</style>