Shades of Light Sea Green #0CC1AD
Tints of Light Sea Green #0CC1AD
RGB
CMYK
RGB Variations
Color information
#0CC1AD (or 0x0CC1AD) is known color: Light Sea Green. HEX triplet: 0C, C1 and AD. RGB value is (12,193,173). Sum of RGB (Red+Green+Blue) = 12+193+173=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC1AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC1AD is #F33E52. Grayscale: #888888. Windows color (decimal): -15941203 or 11387148. OLE color: 11387148.
HSL color Cylindrical-coordinate representation of color #0CC1AD: hue angle of 173.37º 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 #0CC1AD is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 193 | 173 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.24 |
| HSL | 173.37º | 0.88% | 0.4% | - |
| HSV(B) | 173.37º | 0.94% | 0.76% | - |
| XYZ | 26.76 | 41.24 | 46.08 | - |
| YUV | 136.6 | 148.53 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 193 | 173 | 0.94 | 0 | 0.10 | 0.24 | 173.37 | 0.88 | 0.4 |
| Hex | C | C1 | AD | 5E | 0 | A | 18 | AD | 58 | 28 |
| Octal | 14 | 301 | 255 | 136 | 0 | 12 | 30 | 255 | 130 | 50 |
| Binary | 1100 | 11000001 | 10101101 | 1011110 | 0 | 1010 | 11000 | 10101101 | 1011000 | 101000 |
Color Harmonies of #0CC1AD
Complementary color
Monochromatic Colors of #0CC1AD
Black with #0CC1AD
Text Example
Text Example
White with #0CC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC1AD; }
p { color: rgb(12,193,173); }
H1.HeaderClassName
{
color: #0CC1AD;
}
.AnyTagClassName
{
color: #0CC1AD;
}
</style>
background-color css
<style>
a { background-color: #0CC1AD; }
a { background-color: rgb(12,193,173); }
div.DivClassName
{
background-color: #0CC1AD;
}
.BgClassName
{
background-color: #0CC1AD;
}
</style>
border-color css
<style>
span { border-color: #0CC1AD; }
span { border-color: rgb(12,193,173); }
td.TdClassName
{
border-color: #0CC1AD;
}
.TagClassName
{
border-color: #0CC1AD;
}
</style>