Shades of Caribbean Green #12DDAA
Tints of Caribbean Green #12DDAA
RGB
CMYK
RGB Variations
Color information
#12DDAA (or 0x12DDAA) is known color: Caribbean Green. HEX triplet: 12, DD and AA. RGB value is (18,221,170). Sum of RGB (Red+Green+Blue) = 18+221+170=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #12DDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DDAA is #ED2255. Grayscale: #9A9A9A. Windows color (decimal): -15540822 or 11197714. OLE color: 11197714.
HSL color Cylindrical-coordinate representation of color #12DDAA: hue angle of 164.93º 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 #12DDAA is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 170 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.13 |
| HSL | 164.93º | 0.85% | 0.47% | - |
| HSV(B) | 164.93º | 0.92% | 0.87% | - |
| XYZ | 33.36 | 54.74 | 46.84 | - |
| YUV | 154.49 | 136.75 | 30.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 170 | 0.92 | 0 | 0.23 | 0.13 | 164.93 | 0.85 | 0.47 |
| Hex | 12 | DD | AA | 5C | 0 | 17 | D | A5 | 55 | 2F |
| Octal | 22 | 335 | 252 | 134 | 0 | 27 | 15 | 245 | 125 | 57 |
| Binary | 10010 | 11011101 | 10101010 | 1011100 | 0 | 10111 | 1101 | 10100101 | 1010101 | 101111 |
Color Harmonies of #12DDAA
Complementary color
Monochromatic Colors of #12DDAA
Black with #12DDAA
Text Example
Text Example
White with #12DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DDAA; }
p { color: rgb(18,221,170); }
H1.HeaderClassName
{
color: #12DDAA;
}
.AnyTagClassName
{
color: #12DDAA;
}
</style>
background-color css
<style>
a { background-color: #12DDAA; }
a { background-color: rgb(18,221,170); }
div.DivClassName
{
background-color: #12DDAA;
}
.BgClassName
{
background-color: #12DDAA;
}
</style>
border-color css
<style>
span { border-color: #12DDAA; }
span { border-color: rgb(18,221,170); }
td.TdClassName
{
border-color: #12DDAA;
}
.TagClassName
{
border-color: #12DDAA;
}
</style>