Shades of Caribbean Green #12DC87
Tints of Caribbean Green #12DC87
RGB
CMYK
RGB Variations
Color information
#12DC87 (or 0x12DC87) is known color: Caribbean Green. HEX triplet: 12, DC and 87. RGB value is (18,220,135). Sum of RGB (Red+Green+Blue) = 18+220+135=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC87 is #ED2378. Grayscale: #969696. Windows color (decimal): -15541113 or 8903698. OLE color: 8903698.
HSL color Cylindrical-coordinate representation of color #12DC87: hue angle of 154.75º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC87 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 135 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.14 |
| HSL | 154.75º | 0.85% | 0.47% | - |
| HSV(B) | 154.75º | 0.92% | 0.86% | - |
| XYZ | 30.22 | 53.06 | 31.57 | - |
| YUV | 149.91 | 119.58 | 33.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 135 | 0.92 | 0 | 0.39 | 0.14 | 154.75 | 0.85 | 0.47 |
| Hex | 12 | DC | 87 | 5C | 0 | 27 | E | 9B | 55 | 2F |
| Octal | 22 | 334 | 207 | 134 | 0 | 47 | 16 | 233 | 125 | 57 |
| Binary | 10010 | 11011100 | 10000111 | 1011100 | 0 | 100111 | 1110 | 10011011 | 1010101 | 101111 |
Color Harmonies of #12DC87
Complementary color
Monochromatic Colors of #12DC87
Black with #12DC87
Text Example
Text Example
White with #12DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC87; }
p { color: rgb(18,220,135); }
H1.HeaderClassName
{
color: #12DC87;
}
.AnyTagClassName
{
color: #12DC87;
}
</style>
background-color css
<style>
a { background-color: #12DC87; }
a { background-color: rgb(18,220,135); }
div.DivClassName
{
background-color: #12DC87;
}
.BgClassName
{
background-color: #12DC87;
}
</style>
border-color css
<style>
span { border-color: #12DC87; }
span { border-color: rgb(18,220,135); }
td.TdClassName
{
border-color: #12DC87;
}
.TagClassName
{
border-color: #12DC87;
}
</style>