Shades of Caribbean Green #12DCAA
Tints of Caribbean Green #12DCAA
RGB
CMYK
RGB Variations
Color information
#12DCAA (or 0x12DCAA) is known color: Caribbean Green. HEX triplet: 12, DC and AA. RGB value is (18,220,170). Sum of RGB (Red+Green+Blue) = 18+220+170=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DCAA is #ED2355. Grayscale: #999999. Windows color (decimal): -15541078 or 11197458. OLE color: 11197458.
HSL color Cylindrical-coordinate representation of color #12DCAA: hue angle of 165.15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCAA is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 170 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.14 |
| HSL | 165.15º | 0.85% | 0.47% | - |
| HSV(B) | 165.15º | 0.92% | 0.86% | - |
| XYZ | 33.1 | 54.22 | 46.75 | - |
| YUV | 153.9 | 137.08 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 170 | 0.92 | 0 | 0.23 | 0.14 | 165.15 | 0.85 | 0.47 |
| Hex | 12 | DC | AA | 5C | 0 | 17 | E | A5 | 55 | 2F |
| Octal | 22 | 334 | 252 | 134 | 0 | 27 | 16 | 245 | 125 | 57 |
| Binary | 10010 | 11011100 | 10101010 | 1011100 | 0 | 10111 | 1110 | 10100101 | 1010101 | 101111 |
Color Harmonies of #12DCAA
Complementary color
Monochromatic Colors of #12DCAA
Black with #12DCAA
Text Example
Text Example
White with #12DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCAA; }
p { color: rgb(18,220,170); }
H1.HeaderClassName
{
color: #12DCAA;
}
.AnyTagClassName
{
color: #12DCAA;
}
</style>
background-color css
<style>
a { background-color: #12DCAA; }
a { background-color: rgb(18,220,170); }
div.DivClassName
{
background-color: #12DCAA;
}
.BgClassName
{
background-color: #12DCAA;
}
</style>
border-color css
<style>
span { border-color: #12DCAA; }
span { border-color: rgb(18,220,170); }
td.TdClassName
{
border-color: #12DCAA;
}
.TagClassName
{
border-color: #12DCAA;
}
</style>