Shades of Caribbean Green #12DCAC
Tints of Caribbean Green #12DCAC
RGB
CMYK
RGB Variations
Color information
#12DCAC (or 0x12DCAC) is known color: Caribbean Green. HEX triplet: 12, DC and AC. RGB value is (18,220,172). Sum of RGB (Red+Green+Blue) = 18+220+172=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DCAC is #ED2353. Grayscale: #9A9A9A. Windows color (decimal): -15541076 or 11328530. OLE color: 11328530.
HSL color Cylindrical-coordinate representation of color #12DCAC: hue angle of 165.74º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCAC is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 172 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.14 |
| HSL | 165.74º | 0.85% | 0.47% | - |
| HSV(B) | 165.74º | 0.92% | 0.86% | - |
| XYZ | 33.29 | 54.29 | 47.75 | - |
| YUV | 154.13 | 138.08 | 30.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 172 | 0.92 | 0 | 0.22 | 0.14 | 165.74 | 0.85 | 0.47 |
| Hex | 12 | DC | AC | 5C | 0 | 16 | E | A6 | 55 | 2F |
| Octal | 22 | 334 | 254 | 134 | 0 | 26 | 16 | 246 | 125 | 57 |
| Binary | 10010 | 11011100 | 10101100 | 1011100 | 0 | 10110 | 1110 | 10100110 | 1010101 | 101111 |
Color Harmonies of #12DCAC
Complementary color
Monochromatic Colors of #12DCAC
Black with #12DCAC
Text Example
Text Example
White with #12DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCAC; }
p { color: rgb(18,220,172); }
H1.HeaderClassName
{
color: #12DCAC;
}
.AnyTagClassName
{
color: #12DCAC;
}
</style>
background-color css
<style>
a { background-color: #12DCAC; }
a { background-color: rgb(18,220,172); }
div.DivClassName
{
background-color: #12DCAC;
}
.BgClassName
{
background-color: #12DCAC;
}
</style>
border-color css
<style>
span { border-color: #12DCAC; }
span { border-color: rgb(18,220,172); }
td.TdClassName
{
border-color: #12DCAC;
}
.TagClassName
{
border-color: #12DCAC;
}
</style>