Shades of Caribbean Green #12DC89
Tints of Caribbean Green #12DC89
RGB
CMYK
RGB Variations
Color information
#12DC89 (or 0x12DC89) is known color: Caribbean Green. HEX triplet: 12, DC and 89. RGB value is (18,220,137). Sum of RGB (Red+Green+Blue) = 18+220+137=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC89 is #ED2376. Grayscale: #969696. Windows color (decimal): -15541111 or 9034770. OLE color: 9034770.
HSL color Cylindrical-coordinate representation of color #12DC89: hue angle of 155.35º 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 #12DC89 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 137 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.14 |
| HSL | 155.35º | 0.85% | 0.47% | - |
| HSV(B) | 155.35º | 0.92% | 0.86% | - |
| XYZ | 30.36 | 53.12 | 32.32 | - |
| YUV | 150.14 | 120.58 | 33.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 137 | 0.92 | 0 | 0.38 | 0.14 | 155.35 | 0.85 | 0.47 |
| Hex | 12 | DC | 89 | 5C | 0 | 26 | E | 9B | 55 | 2F |
| Octal | 22 | 334 | 211 | 134 | 0 | 46 | 16 | 233 | 125 | 57 |
| Binary | 10010 | 11011100 | 10001001 | 1011100 | 0 | 100110 | 1110 | 10011011 | 1010101 | 101111 |
Color Harmonies of #12DC89
Complementary color
Monochromatic Colors of #12DC89
Black with #12DC89
Text Example
Text Example
White with #12DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC89; }
p { color: rgb(18,220,137); }
H1.HeaderClassName
{
color: #12DC89;
}
.AnyTagClassName
{
color: #12DC89;
}
</style>
background-color css
<style>
a { background-color: #12DC89; }
a { background-color: rgb(18,220,137); }
div.DivClassName
{
background-color: #12DC89;
}
.BgClassName
{
background-color: #12DC89;
}
</style>
border-color css
<style>
span { border-color: #12DC89; }
span { border-color: rgb(18,220,137); }
td.TdClassName
{
border-color: #12DC89;
}
.TagClassName
{
border-color: #12DC89;
}
</style>