Shades of Light Sea Green #0FB2AB
Tints of Light Sea Green #0FB2AB
RGB
CMYK
RGB Variations
Color information
#0FB2AB (or 0x0FB2AB) is known color: Light Sea Green. HEX triplet: 0F, B2 and AB. RGB value is (15,178,171). Sum of RGB (Red+Green+Blue) = 15+178+171=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB2AB is #F04D54. Grayscale: #808080. Windows color (decimal): -15748437 or 11252239. OLE color: 11252239.
HSL color Cylindrical-coordinate representation of color #0FB2AB: hue angle of 177.42º 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 #0FB2AB is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 171 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.30 |
| HSL | 177.42º | 0.84% | 0.38% | - |
| HSV(B) | 177.42º | 0.92% | 0.7% | - |
| XYZ | 23.47 | 34.88 | 44.02 | - |
| YUV | 128.47 | 152 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 171 | 0.92 | 0 | 0.04 | 0.30 | 177.42 | 0.84 | 0.38 |
| Hex | F | B2 | AB | 5C | 0 | 4 | 1E | B1 | 54 | 26 |
| Octal | 17 | 262 | 253 | 134 | 0 | 4 | 36 | 261 | 124 | 46 |
| Binary | 1111 | 10110010 | 10101011 | 1011100 | 0 | 100 | 11110 | 10110001 | 1010100 | 100110 |
Color Harmonies of #0FB2AB
Complementary color
Monochromatic Colors of #0FB2AB
Black with #0FB2AB
Text Example
Text Example
White with #0FB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB2AB; }
p { color: rgb(15,178,171); }
H1.HeaderClassName
{
color: #0FB2AB;
}
.AnyTagClassName
{
color: #0FB2AB;
}
</style>
background-color css
<style>
a { background-color: #0FB2AB; }
a { background-color: rgb(15,178,171); }
div.DivClassName
{
background-color: #0FB2AB;
}
.BgClassName
{
background-color: #0FB2AB;
}
</style>
border-color css
<style>
span { border-color: #0FB2AB; }
span { border-color: rgb(15,178,171); }
td.TdClassName
{
border-color: #0FB2AB;
}
.TagClassName
{
border-color: #0FB2AB;
}
</style>