Shades of Light Sea Green #0FACB4
Tints of Light Sea Green #0FACB4
RGB
CMYK
RGB Variations
Color information
#0FACB4 (or 0x0FACB4) is known color: Light Sea Green. HEX triplet: 0F, AC and B4. RGB value is (15,172,180). Sum of RGB (Red+Green+Blue) = 15+172+180=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #0FACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACB4 is #F0534B. Grayscale: #7D7D7D. Windows color (decimal): -15749964 or 11840527. OLE color: 11840527.
HSL color Cylindrical-coordinate representation of color #0FACB4: hue angle of 182.91º 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 #0FACB4 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 172 | 180 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.29 |
| HSL | 182.91º | 0.85% | 0.38% | - |
| HSV(B) | 182.91º | 0.92% | 0.71% | - |
| XYZ | 23.19 | 32.9 | 48.31 | - |
| YUV | 125.97 | 158.49 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 180 | 0.92 | 0.04 | 0 | 0.29 | 182.91 | 0.85 | 0.38 |
| Hex | F | AC | B4 | 5C | 4 | 0 | 1D | B7 | 55 | 26 |
| Octal | 17 | 254 | 264 | 134 | 4 | 0 | 35 | 267 | 125 | 46 |
| Binary | 1111 | 10101100 | 10110100 | 1011100 | 100 | 0 | 11101 | 10110111 | 1010101 | 100110 |
Color Harmonies of #0FACB4
Complementary color
Monochromatic Colors of #0FACB4
Black with #0FACB4
Text Example
Text Example
White with #0FACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACB4; }
p { color: rgb(15,172,180); }
H1.HeaderClassName
{
color: #0FACB4;
}
.AnyTagClassName
{
color: #0FACB4;
}
</style>
background-color css
<style>
a { background-color: #0FACB4; }
a { background-color: rgb(15,172,180); }
div.DivClassName
{
background-color: #0FACB4;
}
.BgClassName
{
background-color: #0FACB4;
}
</style>
border-color css
<style>
span { border-color: #0FACB4; }
span { border-color: rgb(15,172,180); }
td.TdClassName
{
border-color: #0FACB4;
}
.TagClassName
{
border-color: #0FACB4;
}
</style>