Shades of Caribbean Green #12CE8F
Tints of Caribbean Green #12CE8F
RGB
CMYK
RGB Variations
Color information
#12CE8F (or 0x12CE8F) is known color: Caribbean Green. HEX triplet: 12, CE and 8F. RGB value is (18,206,143). Sum of RGB (Red+Green+Blue) = 18+206+143=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CE8F is #ED3170. Grayscale: #8E8E8E. Windows color (decimal): -15544689 or 9424402. OLE color: 9424402.
HSL color Cylindrical-coordinate representation of color #12CE8F: hue angle of 159.89º 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 #12CE8F is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 143 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.19 |
| HSL | 159.89º | 0.84% | 0.44% | - |
| HSV(B) | 159.89º | 0.91% | 0.81% | - |
| XYZ | 27.28 | 46.25 | 33.48 | - |
| YUV | 142.61 | 128.22 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 143 | 0.91 | 0 | 0.31 | 0.19 | 159.89 | 0.84 | 0.44 |
| Hex | 12 | CE | 8F | 5B | 0 | 1F | 13 | A0 | 54 | 2C |
| Octal | 22 | 316 | 217 | 133 | 0 | 37 | 23 | 240 | 124 | 54 |
| Binary | 10010 | 11001110 | 10001111 | 1011011 | 0 | 11111 | 10011 | 10100000 | 1010100 | 101100 |
Color Harmonies of #12CE8F
Complementary color
Monochromatic Colors of #12CE8F
Black with #12CE8F
Text Example
Text Example
White with #12CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE8F; }
p { color: rgb(18,206,143); }
H1.HeaderClassName
{
color: #12CE8F;
}
.AnyTagClassName
{
color: #12CE8F;
}
</style>
background-color css
<style>
a { background-color: #12CE8F; }
a { background-color: rgb(18,206,143); }
div.DivClassName
{
background-color: #12CE8F;
}
.BgClassName
{
background-color: #12CE8F;
}
</style>
border-color css
<style>
span { border-color: #12CE8F; }
span { border-color: rgb(18,206,143); }
td.TdClassName
{
border-color: #12CE8F;
}
.TagClassName
{
border-color: #12CE8F;
}
</style>