Shades of Caribbean Green #12DD8D
Tints of Caribbean Green #12DD8D
RGB
CMYK
RGB Variations
Color information
#12DD8D (or 0x12DD8D) is known color: Caribbean Green. HEX triplet: 12, DD and 8D. RGB value is (18,221,141). Sum of RGB (Red+Green+Blue) = 18+221+141=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD8D is #ED2272. Grayscale: #979797. Windows color (decimal): -15540851 or 9297170. OLE color: 9297170.
HSL color Cylindrical-coordinate representation of color #12DD8D: hue angle of 156.35º 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 #12DD8D is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 141 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.13 |
| HSL | 156.35º | 0.85% | 0.47% | - |
| HSV(B) | 156.35º | 0.92% | 0.87% | - |
| XYZ | 30.91 | 53.76 | 33.95 | - |
| YUV | 151.18 | 122.25 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 141 | 0.92 | 0 | 0.36 | 0.13 | 156.35 | 0.85 | 0.47 |
| Hex | 12 | DD | 8D | 5C | 0 | 24 | D | 9C | 55 | 2F |
| Octal | 22 | 335 | 215 | 134 | 0 | 44 | 15 | 234 | 125 | 57 |
| Binary | 10010 | 11011101 | 10001101 | 1011100 | 0 | 100100 | 1101 | 10011100 | 1010101 | 101111 |
Color Harmonies of #12DD8D
Complementary color
Monochromatic Colors of #12DD8D
Black with #12DD8D
Text Example
Text Example
White with #12DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD8D; }
p { color: rgb(18,221,141); }
H1.HeaderClassName
{
color: #12DD8D;
}
.AnyTagClassName
{
color: #12DD8D;
}
</style>
background-color css
<style>
a { background-color: #12DD8D; }
a { background-color: rgb(18,221,141); }
div.DivClassName
{
background-color: #12DD8D;
}
.BgClassName
{
background-color: #12DD8D;
}
</style>
border-color css
<style>
span { border-color: #12DD8D; }
span { border-color: rgb(18,221,141); }
td.TdClassName
{
border-color: #12DD8D;
}
.TagClassName
{
border-color: #12DD8D;
}
</style>