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