Shades of Caribbean Green #12E095
Tints of Caribbean Green #12E095
RGB
CMYK
RGB Variations
Color information
#12E095 (or 0x12E095) is known color: Caribbean Green. HEX triplet: 12, E0 and 95. RGB value is (18,224,149). Sum of RGB (Red+Green+Blue) = 18+224+149=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 224 (87.89% from 255 or 57.29% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 224 - color contains mainly: green. Hex color #12E095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E095 is #ED1F6A. Grayscale: #999999. Windows color (decimal): -15540075 or 9822226. OLE color: 9822226.
HSL color Cylindrical-coordinate representation of color #12E095: hue angle of 158.16º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E095 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 224 | 149 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.12 |
| HSL | 158.16º | 0.85% | 0.47% | - |
| HSV(B) | 158.16º | 0.92% | 0.88% | - |
| XYZ | 32.33 | 55.61 | 37.46 | - |
| YUV | 153.86 | 125.25 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 224 | 149 | 0.92 | 0 | 0.33 | 0.12 | 158.16 | 0.85 | 0.47 |
| Hex | 12 | E0 | 95 | 5C | 0 | 21 | C | 9E | 55 | 2F |
| Octal | 22 | 340 | 225 | 134 | 0 | 41 | 14 | 236 | 125 | 57 |
| Binary | 10010 | 11100000 | 10010101 | 1011100 | 0 | 100001 | 1100 | 10011110 | 1010101 | 101111 |
Color Harmonies of #12E095
Complementary color
Monochromatic Colors of #12E095
Black with #12E095
Text Example
Text Example
White with #12E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E095; }
p { color: rgb(18,224,149); }
H1.HeaderClassName
{
color: #12E095;
}
.AnyTagClassName
{
color: #12E095;
}
</style>
background-color css
<style>
a { background-color: #12E095; }
a { background-color: rgb(18,224,149); }
div.DivClassName
{
background-color: #12E095;
}
.BgClassName
{
background-color: #12E095;
}
</style>
border-color css
<style>
span { border-color: #12E095; }
span { border-color: rgb(18,224,149); }
td.TdClassName
{
border-color: #12E095;
}
.TagClassName
{
border-color: #12E095;
}
</style>