Shades of Caribbean Green #12DDA2
Tints of Caribbean Green #12DDA2
RGB
CMYK
RGB Variations
Color information
#12DDA2 (or 0x12DDA2) is known color: Caribbean Green. HEX triplet: 12, DD and A2. RGB value is (18,221,162). Sum of RGB (Red+Green+Blue) = 18+221+162=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #12DDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DDA2 is #ED225D. Grayscale: #999999. Windows color (decimal): -15540830 or 10673426. OLE color: 10673426.
HSL color Cylindrical-coordinate representation of color #12DDA2: hue angle of 162.56º 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 #12DDA2 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 162 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.13 |
| HSL | 162.56º | 0.85% | 0.47% | - |
| HSV(B) | 162.56º | 0.92% | 0.87% | - |
| XYZ | 32.63 | 54.45 | 42.97 | - |
| YUV | 153.58 | 132.75 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 162 | 0.92 | 0 | 0.27 | 0.13 | 162.56 | 0.85 | 0.47 |
| Hex | 12 | DD | A2 | 5C | 0 | 1B | D | A3 | 55 | 2F |
| Octal | 22 | 335 | 242 | 134 | 0 | 33 | 15 | 243 | 125 | 57 |
| Binary | 10010 | 11011101 | 10100010 | 1011100 | 0 | 11011 | 1101 | 10100011 | 1010101 | 101111 |
Color Harmonies of #12DDA2
Complementary color
Monochromatic Colors of #12DDA2
Black with #12DDA2
Text Example
Text Example
White with #12DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DDA2; }
p { color: rgb(18,221,162); }
H1.HeaderClassName
{
color: #12DDA2;
}
.AnyTagClassName
{
color: #12DDA2;
}
</style>
background-color css
<style>
a { background-color: #12DDA2; }
a { background-color: rgb(18,221,162); }
div.DivClassName
{
background-color: #12DDA2;
}
.BgClassName
{
background-color: #12DDA2;
}
</style>
border-color css
<style>
span { border-color: #12DDA2; }
span { border-color: rgb(18,221,162); }
td.TdClassName
{
border-color: #12DDA2;
}
.TagClassName
{
border-color: #12DDA2;
}
</style>