Shades of Caribbean Green #12DD8C
Tints of Caribbean Green #12DD8C
RGB
CMYK
RGB Variations
Color information
#12DD8C (or 0x12DD8C) is known color: Caribbean Green. HEX triplet: 12, DD and 8C. RGB value is (18,221,140). Sum of RGB (Red+Green+Blue) = 18+221+140=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD8C is #ED2273. Grayscale: #979797. Windows color (decimal): -15540852 or 9231634. OLE color: 9231634.
HSL color Cylindrical-coordinate representation of color #12DD8C: hue angle of 156.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD8C is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 140 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.13 |
| HSL | 156.06º | 0.85% | 0.47% | - |
| HSV(B) | 156.06º | 0.92% | 0.87% | - |
| XYZ | 30.84 | 53.73 | 33.56 | - |
| YUV | 151.07 | 121.75 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 140 | 0.92 | 0 | 0.37 | 0.13 | 156.06 | 0.85 | 0.47 |
| Hex | 12 | DD | 8C | 5C | 0 | 25 | D | 9C | 55 | 2F |
| Octal | 22 | 335 | 214 | 134 | 0 | 45 | 15 | 234 | 125 | 57 |
| Binary | 10010 | 11011101 | 10001100 | 1011100 | 0 | 100101 | 1101 | 10011100 | 1010101 | 101111 |
Color Harmonies of #12DD8C
Complementary color
Monochromatic Colors of #12DD8C
Black with #12DD8C
Text Example
Text Example
White with #12DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD8C; }
p { color: rgb(18,221,140); }
H1.HeaderClassName
{
color: #12DD8C;
}
.AnyTagClassName
{
color: #12DD8C;
}
</style>
background-color css
<style>
a { background-color: #12DD8C; }
a { background-color: rgb(18,221,140); }
div.DivClassName
{
background-color: #12DD8C;
}
.BgClassName
{
background-color: #12DD8C;
}
</style>
border-color css
<style>
span { border-color: #12DD8C; }
span { border-color: rgb(18,221,140); }
td.TdClassName
{
border-color: #12DD8C;
}
.TagClassName
{
border-color: #12DD8C;
}
</style>