Shades of Caribbean Green #12DD8F
Tints of Caribbean Green #12DD8F
RGB
CMYK
RGB Variations
Color information
#12DD8F (or 0x12DD8F) is known color: Caribbean Green. HEX triplet: 12, DD and 8F. RGB value is (18,221,143). Sum of RGB (Red+Green+Blue) = 18+221+143=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD8F is #ED2270. Grayscale: #979797. Windows color (decimal): -15540849 or 9428242. OLE color: 9428242.
HSL color Cylindrical-coordinate representation of color #12DD8F: hue angle of 156.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD8F is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 143 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.13 |
| HSL | 156.95º | 0.85% | 0.47% | - |
| HSV(B) | 156.95º | 0.92% | 0.87% | - |
| XYZ | 31.06 | 53.82 | 34.74 | - |
| YUV | 151.41 | 123.25 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 143 | 0.92 | 0 | 0.35 | 0.13 | 156.95 | 0.85 | 0.47 |
| Hex | 12 | DD | 8F | 5C | 0 | 23 | D | 9D | 55 | 2F |
| Octal | 22 | 335 | 217 | 134 | 0 | 43 | 15 | 235 | 125 | 57 |
| Binary | 10010 | 11011101 | 10001111 | 1011100 | 0 | 100011 | 1101 | 10011101 | 1010101 | 101111 |
Color Harmonies of #12DD8F
Complementary color
Monochromatic Colors of #12DD8F
Black with #12DD8F
Text Example
Text Example
White with #12DD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD8F; }
p { color: rgb(18,221,143); }
H1.HeaderClassName
{
color: #12DD8F;
}
.AnyTagClassName
{
color: #12DD8F;
}
</style>
background-color css
<style>
a { background-color: #12DD8F; }
a { background-color: rgb(18,221,143); }
div.DivClassName
{
background-color: #12DD8F;
}
.BgClassName
{
background-color: #12DD8F;
}
</style>
border-color css
<style>
span { border-color: #12DD8F; }
span { border-color: rgb(18,221,143); }
td.TdClassName
{
border-color: #12DD8F;
}
.TagClassName
{
border-color: #12DD8F;
}
</style>