Shades of Caribbean Green #12DC9C
Tints of Caribbean Green #12DC9C
RGB
CMYK
RGB Variations
Color information
#12DC9C (or 0x12DC9C) is known color: Caribbean Green. HEX triplet: 12, DC and 9C. RGB value is (18,220,156). Sum of RGB (Red+Green+Blue) = 18+220+156=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC9C is #ED2363. Grayscale: #989898. Windows color (decimal): -15541092 or 10279954. OLE color: 10279954.
HSL color Cylindrical-coordinate representation of color #12DC9C: hue angle of 160.99º 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 #12DC9C is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 156 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.14 |
| HSL | 160.99º | 0.85% | 0.47% | - |
| HSV(B) | 160.99º | 0.92% | 0.86% | - |
| XYZ | 31.84 | 53.72 | 40.14 | - |
| YUV | 152.31 | 130.08 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 156 | 0.92 | 0 | 0.29 | 0.14 | 160.99 | 0.85 | 0.47 |
| Hex | 12 | DC | 9C | 5C | 0 | 1D | E | A1 | 55 | 2F |
| Octal | 22 | 334 | 234 | 134 | 0 | 35 | 16 | 241 | 125 | 57 |
| Binary | 10010 | 11011100 | 10011100 | 1011100 | 0 | 11101 | 1110 | 10100001 | 1010101 | 101111 |
Color Harmonies of #12DC9C
Complementary color
Monochromatic Colors of #12DC9C
Black with #12DC9C
Text Example
Text Example
White with #12DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC9C; }
p { color: rgb(18,220,156); }
H1.HeaderClassName
{
color: #12DC9C;
}
.AnyTagClassName
{
color: #12DC9C;
}
</style>
background-color css
<style>
a { background-color: #12DC9C; }
a { background-color: rgb(18,220,156); }
div.DivClassName
{
background-color: #12DC9C;
}
.BgClassName
{
background-color: #12DC9C;
}
</style>
border-color css
<style>
span { border-color: #12DC9C; }
span { border-color: rgb(18,220,156); }
td.TdClassName
{
border-color: #12DC9C;
}
.TagClassName
{
border-color: #12DC9C;
}
</style>