Shades of Light Sea Green #0CBAAC
Tints of Light Sea Green #0CBAAC
RGB
CMYK
RGB Variations
Color information
#0CBAAC (or 0x0CBAAC) is known color: Light Sea Green. HEX triplet: 0C, BA and AC. RGB value is (12,186,172). Sum of RGB (Red+Green+Blue) = 12+186+172=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBAAC is #F34553. Grayscale: #848484. Windows color (decimal): -15942996 or 11319820. OLE color: 11319820.
HSL color Cylindrical-coordinate representation of color #0CBAAC: hue angle of 175.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBAAC is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 172 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.27 |
| HSL | 175.17º | 0.88% | 0.39% | - |
| HSV(B) | 175.17º | 0.94% | 0.73% | - |
| XYZ | 25.16 | 38.17 | 45.07 | - |
| YUV | 132.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 172 | 0.94 | 0 | 0.08 | 0.27 | 175.17 | 0.88 | 0.39 |
| Hex | C | BA | AC | 5E | 0 | 8 | 1B | AF | 58 | 27 |
| Octal | 14 | 272 | 254 | 136 | 0 | 10 | 33 | 257 | 130 | 47 |
| Binary | 1100 | 10111010 | 10101100 | 1011110 | 0 | 1000 | 11011 | 10101111 | 1011000 | 100111 |
Color Harmonies of #0CBAAC
Complementary color
Monochromatic Colors of #0CBAAC
Black with #0CBAAC
Text Example
Text Example
White with #0CBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAAC; }
p { color: rgb(12,186,172); }
H1.HeaderClassName
{
color: #0CBAAC;
}
.AnyTagClassName
{
color: #0CBAAC;
}
</style>
background-color css
<style>
a { background-color: #0CBAAC; }
a { background-color: rgb(12,186,172); }
div.DivClassName
{
background-color: #0CBAAC;
}
.BgClassName
{
background-color: #0CBAAC;
}
</style>
border-color css
<style>
span { border-color: #0CBAAC; }
span { border-color: rgb(12,186,172); }
td.TdClassName
{
border-color: #0CBAAC;
}
.TagClassName
{
border-color: #0CBAAC;
}
</style>