Shades of Caribbean Green #12D987
Tints of Caribbean Green #12D987
RGB
CMYK
RGB Variations
Color information
#12D987 (or 0x12D987) is known color: Caribbean Green. HEX triplet: 12, D9 and 87. RGB value is (18,217,135). Sum of RGB (Red+Green+Blue) = 18+217+135=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #12D987 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D987 is #ED2678. Grayscale: #949494. Windows color (decimal): -15541881 or 8902930. OLE color: 8902930.
HSL color Cylindrical-coordinate representation of color #12D987: hue angle of 155.28º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D987 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 135 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.15 |
| HSL | 155.28º | 0.85% | 0.46% | - |
| HSV(B) | 155.28º | 0.92% | 0.85% | - |
| XYZ | 29.44 | 51.5 | 31.31 | - |
| YUV | 148.15 | 120.57 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 135 | 0.92 | 0 | 0.38 | 0.15 | 155.28 | 0.85 | 0.46 |
| Hex | 12 | D9 | 87 | 5C | 0 | 26 | F | 9B | 55 | 2E |
| Octal | 22 | 331 | 207 | 134 | 0 | 46 | 17 | 233 | 125 | 56 |
| Binary | 10010 | 11011001 | 10000111 | 1011100 | 0 | 100110 | 1111 | 10011011 | 1010101 | 101110 |
Color Harmonies of #12D987
Complementary color
Monochromatic Colors of #12D987
Black with #12D987
Text Example
Text Example
White with #12D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D987; }
p { color: rgb(18,217,135); }
H1.HeaderClassName
{
color: #12D987;
}
.AnyTagClassName
{
color: #12D987;
}
</style>
background-color css
<style>
a { background-color: #12D987; }
a { background-color: rgb(18,217,135); }
div.DivClassName
{
background-color: #12D987;
}
.BgClassName
{
background-color: #12D987;
}
</style>
border-color css
<style>
span { border-color: #12D987; }
span { border-color: rgb(18,217,135); }
td.TdClassName
{
border-color: #12D987;
}
.TagClassName
{
border-color: #12D987;
}
</style>