Shades of Light Sea Green #0CC1AA
Tints of Light Sea Green #0CC1AA
RGB
CMYK
RGB Variations
Color information
#0CC1AA (or 0x0CC1AA) is known color: Light Sea Green. HEX triplet: 0C, C1 and AA. RGB value is (12,193,170). Sum of RGB (Red+Green+Blue) = 12+193+170=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC1AA is #F33E55. Grayscale: #888888. Windows color (decimal): -15941206 or 11190540. OLE color: 11190540.
HSL color Cylindrical-coordinate representation of color #0CC1AA: hue angle of 172.38º 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 #0CC1AA is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 193 | 170 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.24 |
| HSL | 172.38º | 0.88% | 0.4% | - |
| HSV(B) | 172.38º | 0.94% | 0.76% | - |
| XYZ | 26.48 | 41.12 | 44.57 | - |
| YUV | 136.26 | 147.03 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 193 | 170 | 0.94 | 0 | 0.12 | 0.24 | 172.38 | 0.88 | 0.4 |
| Hex | C | C1 | AA | 5E | 0 | C | 18 | AC | 58 | 28 |
| Octal | 14 | 301 | 252 | 136 | 0 | 14 | 30 | 254 | 130 | 50 |
| Binary | 1100 | 11000001 | 10101010 | 1011110 | 0 | 1100 | 11000 | 10101100 | 1011000 | 101000 |
Color Harmonies of #0CC1AA
Complementary color
Monochromatic Colors of #0CC1AA
Black with #0CC1AA
Text Example
Text Example
White with #0CC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC1AA; }
p { color: rgb(12,193,170); }
H1.HeaderClassName
{
color: #0CC1AA;
}
.AnyTagClassName
{
color: #0CC1AA;
}
</style>
background-color css
<style>
a { background-color: #0CC1AA; }
a { background-color: rgb(12,193,170); }
div.DivClassName
{
background-color: #0CC1AA;
}
.BgClassName
{
background-color: #0CC1AA;
}
</style>
border-color css
<style>
span { border-color: #0CC1AA; }
span { border-color: rgb(12,193,170); }
td.TdClassName
{
border-color: #0CC1AA;
}
.TagClassName
{
border-color: #0CC1AA;
}
</style>