Shades of Light Sea Green #0CBCAC
Tints of Light Sea Green #0CBCAC
RGB
CMYK
RGB Variations
Color information
#0CBCAC (or 0x0CBCAC) is known color: Light Sea Green. HEX triplet: 0C, BC and AC. RGB value is (12,188,172). Sum of RGB (Red+Green+Blue) = 12+188+172=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBCAC is #F34353. Grayscale: #858585. Windows color (decimal): -15942484 or 11320332. OLE color: 11320332.
HSL color Cylindrical-coordinate representation of color #0CBCAC: hue angle of 174.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBCAC is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 172 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.26 |
| HSL | 174.55º | 0.88% | 0.39% | - |
| HSV(B) | 174.55º | 0.94% | 0.74% | - |
| XYZ | 25.58 | 39.02 | 45.21 | - |
| YUV | 133.55 | 149.69 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 172 | 0.94 | 0 | 0.09 | 0.26 | 174.55 | 0.88 | 0.39 |
| Hex | C | BC | AC | 5E | 0 | 9 | 1A | AF | 58 | 27 |
| Octal | 14 | 274 | 254 | 136 | 0 | 11 | 32 | 257 | 130 | 47 |
| Binary | 1100 | 10111100 | 10101100 | 1011110 | 0 | 1001 | 11010 | 10101111 | 1011000 | 100111 |
Color Harmonies of #0CBCAC
Complementary color
Monochromatic Colors of #0CBCAC
Black with #0CBCAC
Text Example
Text Example
White with #0CBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCAC; }
p { color: rgb(12,188,172); }
H1.HeaderClassName
{
color: #0CBCAC;
}
.AnyTagClassName
{
color: #0CBCAC;
}
</style>
background-color css
<style>
a { background-color: #0CBCAC; }
a { background-color: rgb(12,188,172); }
div.DivClassName
{
background-color: #0CBCAC;
}
.BgClassName
{
background-color: #0CBCAC;
}
</style>
border-color css
<style>
span { border-color: #0CBCAC; }
span { border-color: rgb(12,188,172); }
td.TdClassName
{
border-color: #0CBCAC;
}
.TagClassName
{
border-color: #0CBCAC;
}
</style>