Shades of Caribbean Green #0CC3AC
Tints of Caribbean Green #0CC3AC
RGB
CMYK
RGB Variations
Color information
#0CC3AC (or 0x0CC3AC) is known color: Caribbean Green. HEX triplet: 0C, C3 and AC. RGB value is (12,195,172). Sum of RGB (Red+Green+Blue) = 12+195+172=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC3AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC3AC is #F33C53. Grayscale: #898989. Windows color (decimal): -15940692 or 11322124. OLE color: 11322124.
HSL color Cylindrical-coordinate representation of color #0CC3AC: hue angle of 172.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC3AC is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 172 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.24 |
| HSL | 172.46º | 0.88% | 0.41% | - |
| HSV(B) | 172.46º | 0.94% | 0.76% | - |
| XYZ | 27.11 | 42.09 | 45.72 | - |
| YUV | 137.66 | 147.37 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 172 | 0.94 | 0 | 0.12 | 0.24 | 172.46 | 0.88 | 0.41 |
| Hex | C | C3 | AC | 5E | 0 | C | 18 | AC | 58 | 29 |
| Octal | 14 | 303 | 254 | 136 | 0 | 14 | 30 | 254 | 130 | 51 |
| Binary | 1100 | 11000011 | 10101100 | 1011110 | 0 | 1100 | 11000 | 10101100 | 1011000 | 101001 |
Color Harmonies of #0CC3AC
Complementary color
Monochromatic Colors of #0CC3AC
Black with #0CC3AC
Text Example
Text Example
White with #0CC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC3AC; }
p { color: rgb(12,195,172); }
H1.HeaderClassName
{
color: #0CC3AC;
}
.AnyTagClassName
{
color: #0CC3AC;
}
</style>
background-color css
<style>
a { background-color: #0CC3AC; }
a { background-color: rgb(12,195,172); }
div.DivClassName
{
background-color: #0CC3AC;
}
.BgClassName
{
background-color: #0CC3AC;
}
</style>
border-color css
<style>
span { border-color: #0CC3AC; }
span { border-color: rgb(12,195,172); }
td.TdClassName
{
border-color: #0CC3AC;
}
.TagClassName
{
border-color: #0CC3AC;
}
</style>