Shades of Caribbean Green #12DF8D
Tints of Caribbean Green #12DF8D
RGB
CMYK
RGB Variations
Color information
#12DF8D (or 0x12DF8D) is known color: Caribbean Green. HEX triplet: 12, DF and 8D. RGB value is (18,223,141). Sum of RGB (Red+Green+Blue) = 18+223+141=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DF8D is #ED2072. Grayscale: #989898. Windows color (decimal): -15540339 or 9297682. OLE color: 9297682.
HSL color Cylindrical-coordinate representation of color #12DF8D: hue angle of 156º 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 #12DF8D is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 141 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.13 |
| HSL | 156º | 0.85% | 0.47% | - |
| HSV(B) | 156º | 0.92% | 0.87% | - |
| XYZ | 31.44 | 54.83 | 34.12 | - |
| YUV | 152.36 | 121.58 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 141 | 0.92 | 0 | 0.37 | 0.13 | 156 | 0.85 | 0.47 |
| Hex | 12 | DF | 8D | 5C | 0 | 25 | D | 9C | 55 | 2F |
| Octal | 22 | 337 | 215 | 134 | 0 | 45 | 15 | 234 | 125 | 57 |
| Binary | 10010 | 11011111 | 10001101 | 1011100 | 0 | 100101 | 1101 | 10011100 | 1010101 | 101111 |
Color Harmonies of #12DF8D
Complementary color
Monochromatic Colors of #12DF8D
Black with #12DF8D
Text Example
Text Example
White with #12DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF8D; }
p { color: rgb(18,223,141); }
H1.HeaderClassName
{
color: #12DF8D;
}
.AnyTagClassName
{
color: #12DF8D;
}
</style>
background-color css
<style>
a { background-color: #12DF8D; }
a { background-color: rgb(18,223,141); }
div.DivClassName
{
background-color: #12DF8D;
}
.BgClassName
{
background-color: #12DF8D;
}
</style>
border-color css
<style>
span { border-color: #12DF8D; }
span { border-color: rgb(18,223,141); }
td.TdClassName
{
border-color: #12DF8D;
}
.TagClassName
{
border-color: #12DF8D;
}
</style>