Shades of Caribbean Green #12DD87
Tints of Caribbean Green #12DD87
RGB
CMYK
RGB Variations
Color information
#12DD87 (or 0x12DD87) is known color: Caribbean Green. HEX triplet: 12, DD and 87. RGB value is (18,221,135). Sum of RGB (Red+Green+Blue) = 18+221+135=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD87 is #ED2278. Grayscale: #969696. Windows color (decimal): -15540857 or 8903954. OLE color: 8903954.
HSL color Cylindrical-coordinate representation of color #12DD87: hue angle of 154.58º 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 #12DD87 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 135 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.13 |
| HSL | 154.58º | 0.85% | 0.47% | - |
| HSV(B) | 154.58º | 0.92% | 0.87% | - |
| XYZ | 30.48 | 53.59 | 31.66 | - |
| YUV | 150.5 | 119.25 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 135 | 0.92 | 0 | 0.39 | 0.13 | 154.58 | 0.85 | 0.47 |
| Hex | 12 | DD | 87 | 5C | 0 | 27 | D | 9B | 55 | 2F |
| Octal | 22 | 335 | 207 | 134 | 0 | 47 | 15 | 233 | 125 | 57 |
| Binary | 10010 | 11011101 | 10000111 | 1011100 | 0 | 100111 | 1101 | 10011011 | 1010101 | 101111 |
Color Harmonies of #12DD87
Complementary color
Monochromatic Colors of #12DD87
Black with #12DD87
Text Example
Text Example
White with #12DD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD87; }
p { color: rgb(18,221,135); }
H1.HeaderClassName
{
color: #12DD87;
}
.AnyTagClassName
{
color: #12DD87;
}
</style>
background-color css
<style>
a { background-color: #12DD87; }
a { background-color: rgb(18,221,135); }
div.DivClassName
{
background-color: #12DD87;
}
.BgClassName
{
background-color: #12DD87;
}
</style>
border-color css
<style>
span { border-color: #12DD87; }
span { border-color: rgb(18,221,135); }
td.TdClassName
{
border-color: #12DD87;
}
.TagClassName
{
border-color: #12DD87;
}
</style>