Shades of Caribbean Green #12E1A3
Tints of Caribbean Green #12E1A3
RGB
CMYK
RGB Variations
Color information
#12E1A3 (or 0x12E1A3) is known color: Caribbean Green. HEX triplet: 12, E1 and A3. RGB value is (18,225,163). Sum of RGB (Red+Green+Blue) = 18+225+163=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #12E1A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E1A3 is #ED1E5C. Grayscale: #9C9C9C. Windows color (decimal): -15539805 or 10739986. OLE color: 10739986.
HSL color Cylindrical-coordinate representation of color #12E1A3: hue angle of 162.03º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E1A3 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 225 | 163 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.12 |
| HSL | 162.03º | 0.85% | 0.48% | - |
| HSV(B) | 162.03º | 0.92% | 0.88% | - |
| XYZ | 33.79 | 56.62 | 43.8 | - |
| YUV | 156.04 | 131.92 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 225 | 163 | 0.92 | 0 | 0.28 | 0.12 | 162.03 | 0.85 | 0.48 |
| Hex | 12 | E1 | A3 | 5C | 0 | 1C | C | A2 | 55 | 30 |
| Octal | 22 | 341 | 243 | 134 | 0 | 34 | 14 | 242 | 125 | 60 |
| Binary | 10010 | 11100001 | 10100011 | 1011100 | 0 | 11100 | 1100 | 10100010 | 1010101 | 110000 |
Color Harmonies of #12E1A3
Complementary color
Monochromatic Colors of #12E1A3
Black with #12E1A3
Text Example
Text Example
White with #12E1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E1A3; }
p { color: rgb(18,225,163); }
H1.HeaderClassName
{
color: #12E1A3;
}
.AnyTagClassName
{
color: #12E1A3;
}
</style>
background-color css
<style>
a { background-color: #12E1A3; }
a { background-color: rgb(18,225,163); }
div.DivClassName
{
background-color: #12E1A3;
}
.BgClassName
{
background-color: #12E1A3;
}
</style>
border-color css
<style>
span { border-color: #12E1A3; }
span { border-color: rgb(18,225,163); }
td.TdClassName
{
border-color: #12E1A3;
}
.TagClassName
{
border-color: #12E1A3;
}
</style>