Shades of Caribbean Green #12DCA0
Tints of Caribbean Green #12DCA0
RGB
CMYK
RGB Variations
Color information
#12DCA0 (or 0x12DCA0) is known color: Caribbean Green. HEX triplet: 12, DC and A0. RGB value is (18,220,160). Sum of RGB (Red+Green+Blue) = 18+220+160=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DCA0 is #ED235F. Grayscale: #989898. Windows color (decimal): -15541088 or 10542098. OLE color: 10542098.
HSL color Cylindrical-coordinate representation of color #12DCA0: hue angle of 162.18º 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 #12DCA0 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 160 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.14 |
| HSL | 162.18º | 0.85% | 0.47% | - |
| HSV(B) | 162.18º | 0.92% | 0.86% | - |
| XYZ | 32.19 | 53.85 | 41.96 | - |
| YUV | 152.76 | 132.08 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 160 | 0.92 | 0 | 0.27 | 0.14 | 162.18 | 0.85 | 0.47 |
| Hex | 12 | DC | A0 | 5C | 0 | 1B | E | A2 | 55 | 2F |
| Octal | 22 | 334 | 240 | 134 | 0 | 33 | 16 | 242 | 125 | 57 |
| Binary | 10010 | 11011100 | 10100000 | 1011100 | 0 | 11011 | 1110 | 10100010 | 1010101 | 101111 |
Color Harmonies of #12DCA0
Complementary color
Monochromatic Colors of #12DCA0
Black with #12DCA0
Text Example
Text Example
White with #12DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCA0; }
p { color: rgb(18,220,160); }
H1.HeaderClassName
{
color: #12DCA0;
}
.AnyTagClassName
{
color: #12DCA0;
}
</style>
background-color css
<style>
a { background-color: #12DCA0; }
a { background-color: rgb(18,220,160); }
div.DivClassName
{
background-color: #12DCA0;
}
.BgClassName
{
background-color: #12DCA0;
}
</style>
border-color css
<style>
span { border-color: #12DCA0; }
span { border-color: rgb(18,220,160); }
td.TdClassName
{
border-color: #12DCA0;
}
.TagClassName
{
border-color: #12DCA0;
}
</style>