Shades of Caribbean Green #12DD9A
Tints of Caribbean Green #12DD9A
RGB
CMYK
RGB Variations
Color information
#12DD9A (or 0x12DD9A) is known color: Caribbean Green. HEX triplet: 12, DD and 9A. RGB value is (18,221,154). Sum of RGB (Red+Green+Blue) = 18+221+154=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD9A is #ED2265. Grayscale: #989898. Windows color (decimal): -15540838 or 10149138. OLE color: 10149138.
HSL color Cylindrical-coordinate representation of color #12DD9A: hue angle of 160.2º 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 #12DD9A is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 154 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.13 |
| HSL | 160.2º | 0.85% | 0.47% | - |
| HSV(B) | 160.2º | 0.92% | 0.87% | - |
| XYZ | 31.94 | 54.17 | 39.35 | - |
| YUV | 152.67 | 128.75 | 31.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 154 | 0.92 | 0 | 0.30 | 0.13 | 160.2 | 0.85 | 0.47 |
| Hex | 12 | DD | 9A | 5C | 0 | 1E | D | A0 | 55 | 2F |
| Octal | 22 | 335 | 232 | 134 | 0 | 36 | 15 | 240 | 125 | 57 |
| Binary | 10010 | 11011101 | 10011010 | 1011100 | 0 | 11110 | 1101 | 10100000 | 1010101 | 101111 |
Color Harmonies of #12DD9A
Complementary color
Monochromatic Colors of #12DD9A
Black with #12DD9A
Text Example
Text Example
White with #12DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD9A; }
p { color: rgb(18,221,154); }
H1.HeaderClassName
{
color: #12DD9A;
}
.AnyTagClassName
{
color: #12DD9A;
}
</style>
background-color css
<style>
a { background-color: #12DD9A; }
a { background-color: rgb(18,221,154); }
div.DivClassName
{
background-color: #12DD9A;
}
.BgClassName
{
background-color: #12DD9A;
}
</style>
border-color css
<style>
span { border-color: #12DD9A; }
span { border-color: rgb(18,221,154); }
td.TdClassName
{
border-color: #12DD9A;
}
.TagClassName
{
border-color: #12DD9A;
}
</style>