Shades of Caribbean Green #12E08D
Tints of Caribbean Green #12E08D
RGB
CMYK
RGB Variations
Color information
#12E08D (or 0x12E08D) is known color: Caribbean Green. HEX triplet: 12, E0 and 8D. RGB value is (18,224,141). Sum of RGB (Red+Green+Blue) = 18+224+141=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 224 (87.89% from 255 or 58.49% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 224 - color contains mainly: green. Hex color #12E08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E08D is #ED1F72. Grayscale: #999999. Windows color (decimal): -15540083 or 9297938. OLE color: 9297938.
HSL color Cylindrical-coordinate representation of color #12E08D: hue angle of 155.83º 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 #12E08D is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 224 | 141 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.12 |
| HSL | 155.83º | 0.85% | 0.47% | - |
| HSV(B) | 155.83º | 0.92% | 0.88% | - |
| XYZ | 31.71 | 55.36 | 34.21 | - |
| YUV | 152.94 | 121.25 | 31.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 224 | 141 | 0.92 | 0 | 0.37 | 0.12 | 155.83 | 0.85 | 0.47 |
| Hex | 12 | E0 | 8D | 5C | 0 | 25 | C | 9C | 55 | 2F |
| Octal | 22 | 340 | 215 | 134 | 0 | 45 | 14 | 234 | 125 | 57 |
| Binary | 10010 | 11100000 | 10001101 | 1011100 | 0 | 100101 | 1100 | 10011100 | 1010101 | 101111 |
Color Harmonies of #12E08D
Complementary color
Monochromatic Colors of #12E08D
Black with #12E08D
Text Example
Text Example
White with #12E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E08D; }
p { color: rgb(18,224,141); }
H1.HeaderClassName
{
color: #12E08D;
}
.AnyTagClassName
{
color: #12E08D;
}
</style>
background-color css
<style>
a { background-color: #12E08D; }
a { background-color: rgb(18,224,141); }
div.DivClassName
{
background-color: #12E08D;
}
.BgClassName
{
background-color: #12E08D;
}
</style>
border-color css
<style>
span { border-color: #12E08D; }
span { border-color: rgb(18,224,141); }
td.TdClassName
{
border-color: #12E08D;
}
.TagClassName
{
border-color: #12E08D;
}
</style>