Shades of Light Sea Green #0CC1AC
Tints of Light Sea Green #0CC1AC
RGB
CMYK
RGB Variations
Color information
#0CC1AC (or 0x0CC1AC) is known color: Light Sea Green. HEX triplet: 0C, C1 and AC. RGB value is (12,193,172). Sum of RGB (Red+Green+Blue) = 12+193+172=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC1AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC1AC is #F33E53. Grayscale: #888888. Windows color (decimal): -15941204 or 11321612. OLE color: 11321612.
HSL color Cylindrical-coordinate representation of color #0CC1AC: hue angle of 173.04º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC1AC is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 193 | 172 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.24 |
| HSL | 173.04º | 0.88% | 0.4% | - |
| HSV(B) | 173.04º | 0.94% | 0.76% | - |
| XYZ | 26.67 | 41.2 | 45.58 | - |
| YUV | 136.49 | 148.03 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 193 | 172 | 0.94 | 0 | 0.11 | 0.24 | 173.04 | 0.88 | 0.4 |
| Hex | C | C1 | AC | 5E | 0 | B | 18 | AD | 58 | 28 |
| Octal | 14 | 301 | 254 | 136 | 0 | 13 | 30 | 255 | 130 | 50 |
| Binary | 1100 | 11000001 | 10101100 | 1011110 | 0 | 1011 | 11000 | 10101101 | 1011000 | 101000 |
Color Harmonies of #0CC1AC
Complementary color
Monochromatic Colors of #0CC1AC
Black with #0CC1AC
Text Example
Text Example
White with #0CC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC1AC; }
p { color: rgb(12,193,172); }
H1.HeaderClassName
{
color: #0CC1AC;
}
.AnyTagClassName
{
color: #0CC1AC;
}
</style>
background-color css
<style>
a { background-color: #0CC1AC; }
a { background-color: rgb(12,193,172); }
div.DivClassName
{
background-color: #0CC1AC;
}
.BgClassName
{
background-color: #0CC1AC;
}
</style>
border-color css
<style>
span { border-color: #0CC1AC; }
span { border-color: rgb(12,193,172); }
td.TdClassName
{
border-color: #0CC1AC;
}
.TagClassName
{
border-color: #0CC1AC;
}
</style>