Shades of Caribbean Green #12CE8D
Tints of Caribbean Green #12CE8D
RGB
CMYK
RGB Variations
Color information
#12CE8D (or 0x12CE8D) is known color: Caribbean Green. HEX triplet: 12, CE and 8D. RGB value is (18,206,141). Sum of RGB (Red+Green+Blue) = 18+206+141=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CE8D is #ED3172. Grayscale: #8E8E8E. Windows color (decimal): -15544691 or 9293330. OLE color: 9293330.
HSL color Cylindrical-coordinate representation of color #12CE8D: hue angle of 159.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE8D is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 141 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.19 |
| HSL | 159.26º | 0.84% | 0.44% | - |
| HSV(B) | 159.26º | 0.91% | 0.81% | - |
| XYZ | 27.13 | 46.19 | 32.69 | - |
| YUV | 142.38 | 127.22 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 141 | 0.91 | 0 | 0.32 | 0.19 | 159.26 | 0.84 | 0.44 |
| Hex | 12 | CE | 8D | 5B | 0 | 20 | 13 | 9F | 54 | 2C |
| Octal | 22 | 316 | 215 | 133 | 0 | 40 | 23 | 237 | 124 | 54 |
| Binary | 10010 | 11001110 | 10001101 | 1011011 | 0 | 100000 | 10011 | 10011111 | 1010100 | 101100 |
Color Harmonies of #12CE8D
Complementary color
Monochromatic Colors of #12CE8D
Black with #12CE8D
Text Example
Text Example
White with #12CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE8D; }
p { color: rgb(18,206,141); }
H1.HeaderClassName
{
color: #12CE8D;
}
.AnyTagClassName
{
color: #12CE8D;
}
</style>
background-color css
<style>
a { background-color: #12CE8D; }
a { background-color: rgb(18,206,141); }
div.DivClassName
{
background-color: #12CE8D;
}
.BgClassName
{
background-color: #12CE8D;
}
</style>
border-color css
<style>
span { border-color: #12CE8D; }
span { border-color: rgb(18,206,141); }
td.TdClassName
{
border-color: #12CE8D;
}
.TagClassName
{
border-color: #12CE8D;
}
</style>