Shades of Caribbean Green #0CCAAC
Tints of Caribbean Green #0CCAAC
RGB
CMYK
RGB Variations
Color information
#0CCAAC (or 0x0CCAAC) is known color: Caribbean Green. HEX triplet: 0C, CA and AC. RGB value is (12,202,172). Sum of RGB (Red+Green+Blue) = 12+202+172=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCAAC is #F33553. Grayscale: #8D8D8D. Windows color (decimal): -15938900 or 11323916. OLE color: 11323916.
HSL color Cylindrical-coordinate representation of color #0CCAAC: hue angle of 170.53º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCAAC is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 172 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.21 |
| HSL | 170.53º | 0.89% | 0.42% | - |
| HSV(B) | 170.53º | 0.94% | 0.79% | - |
| XYZ | 28.72 | 45.3 | 46.26 | - |
| YUV | 141.77 | 145.05 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 172 | 0.94 | 0 | 0.15 | 0.21 | 170.53 | 0.89 | 0.42 |
| Hex | C | CA | AC | 5E | 0 | F | 15 | AB | 59 | 2A |
| Octal | 14 | 312 | 254 | 136 | 0 | 17 | 25 | 253 | 131 | 52 |
| Binary | 1100 | 11001010 | 10101100 | 1011110 | 0 | 1111 | 10101 | 10101011 | 1011001 | 101010 |
Color Harmonies of #0CCAAC
Complementary color
Monochromatic Colors of #0CCAAC
Black with #0CCAAC
Text Example
Text Example
White with #0CCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCAAC; }
p { color: rgb(12,202,172); }
H1.HeaderClassName
{
color: #0CCAAC;
}
.AnyTagClassName
{
color: #0CCAAC;
}
</style>
background-color css
<style>
a { background-color: #0CCAAC; }
a { background-color: rgb(12,202,172); }
div.DivClassName
{
background-color: #0CCAAC;
}
.BgClassName
{
background-color: #0CCAAC;
}
</style>
border-color css
<style>
span { border-color: #0CCAAC; }
span { border-color: rgb(12,202,172); }
td.TdClassName
{
border-color: #0CCAAC;
}
.TagClassName
{
border-color: #0CCAAC;
}
</style>