Shades of Light Sea Green #0FACAB
Tints of Light Sea Green #0FACAB
RGB
CMYK
RGB Variations
Color information
#0FACAB (or 0x0FACAB) is known color: Light Sea Green. HEX triplet: 0F, AC and AB. RGB value is (15,172,171). Sum of RGB (Red+Green+Blue) = 15+172+171=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #0FACAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FACAB is #F05354. Grayscale: #7C7C7C. Windows color (decimal): -15749973 or 11250703. OLE color: 11250703.
HSL color Cylindrical-coordinate representation of color #0FACAB: hue angle of 179.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FACAB is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 171 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.33 |
| HSL | 179.62º | 0.84% | 0.37% | - |
| HSV(B) | 179.62º | 0.91% | 0.67% | - |
| XYZ | 22.3 | 32.55 | 43.63 | - |
| YUV | 124.94 | 153.99 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 171 | 0.91 | 0 | 0.01 | 0.33 | 179.62 | 0.84 | 0.37 |
| Hex | F | AC | AB | 5B | 0 | 1 | 21 | B4 | 54 | 25 |
| Octal | 17 | 254 | 253 | 133 | 0 | 1 | 41 | 264 | 124 | 45 |
| Binary | 1111 | 10101100 | 10101011 | 1011011 | 0 | 1 | 100001 | 10110100 | 1010100 | 100101 |
Color Harmonies of #0FACAB
Complementary color
Monochromatic Colors of #0FACAB
Black with #0FACAB
Text Example
Text Example
White with #0FACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACAB; }
p { color: rgb(15,172,171); }
H1.HeaderClassName
{
color: #0FACAB;
}
.AnyTagClassName
{
color: #0FACAB;
}
</style>
background-color css
<style>
a { background-color: #0FACAB; }
a { background-color: rgb(15,172,171); }
div.DivClassName
{
background-color: #0FACAB;
}
.BgClassName
{
background-color: #0FACAB;
}
</style>
border-color css
<style>
span { border-color: #0FACAB; }
span { border-color: rgb(15,172,171); }
td.TdClassName
{
border-color: #0FACAB;
}
.TagClassName
{
border-color: #0FACAB;
}
</style>