Shades of Caribbean Green #12DEA2
Tints of Caribbean Green #12DEA2
RGB
CMYK
RGB Variations
Color information
#12DEA2 (or 0x12DEA2) is known color: Caribbean Green. HEX triplet: 12, DE and A2. RGB value is (18,222,162). Sum of RGB (Red+Green+Blue) = 18+222+162=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 222 (87.11% from 255 or 55.22% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 222 - color contains mainly: green. Hex color #12DEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DEA2 is #ED215D. Grayscale: #9A9A9A. Windows color (decimal): -15540574 or 10673682. OLE color: 10673682.
HSL color Cylindrical-coordinate representation of color #12DEA2: hue angle of 162.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 #12DEA2 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 222 | 162 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.13 |
| HSL | 162.35º | 0.85% | 0.47% | - |
| HSV(B) | 162.35º | 0.92% | 0.87% | - |
| XYZ | 32.89 | 54.98 | 43.06 | - |
| YUV | 154.16 | 132.41 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 162 | 0.92 | 0 | 0.27 | 0.13 | 162.35 | 0.85 | 0.47 |
| Hex | 12 | DE | A2 | 5C | 0 | 1B | D | A2 | 55 | 2F |
| Octal | 22 | 336 | 242 | 134 | 0 | 33 | 15 | 242 | 125 | 57 |
| Binary | 10010 | 11011110 | 10100010 | 1011100 | 0 | 11011 | 1101 | 10100010 | 1010101 | 101111 |
Color Harmonies of #12DEA2
Complementary color
Monochromatic Colors of #12DEA2
Black with #12DEA2
Text Example
Text Example
White with #12DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DEA2; }
p { color: rgb(18,222,162); }
H1.HeaderClassName
{
color: #12DEA2;
}
.AnyTagClassName
{
color: #12DEA2;
}
</style>
background-color css
<style>
a { background-color: #12DEA2; }
a { background-color: rgb(18,222,162); }
div.DivClassName
{
background-color: #12DEA2;
}
.BgClassName
{
background-color: #12DEA2;
}
</style>
border-color css
<style>
span { border-color: #12DEA2; }
span { border-color: rgb(18,222,162); }
td.TdClassName
{
border-color: #12DEA2;
}
.TagClassName
{
border-color: #12DEA2;
}
</style>