Shades of Caribbean Green #12D89B
Tints of Caribbean Green #12D89B
RGB
CMYK
RGB Variations
Color information
#12D89B (or 0x12D89B) is known color: Caribbean Green. HEX triplet: 12, D8 and 9B. RGB value is (18,216,155). Sum of RGB (Red+Green+Blue) = 18+216+155=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #12D89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D89B is #ED2764. Grayscale: #959595. Windows color (decimal): -15542117 or 10213394. OLE color: 10213394.
HSL color Cylindrical-coordinate representation of color #12D89B: hue angle of 161.52º 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 #12D89B is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 155 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.15 |
| HSL | 161.52º | 0.85% | 0.46% | - |
| HSV(B) | 161.52º | 0.92% | 0.85% | - |
| XYZ | 30.72 | 51.61 | 39.35 | - |
| YUV | 149.84 | 130.9 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 155 | 0.92 | 0 | 0.28 | 0.15 | 161.52 | 0.85 | 0.46 |
| Hex | 12 | D8 | 9B | 5C | 0 | 1C | F | A2 | 55 | 2E |
| Octal | 22 | 330 | 233 | 134 | 0 | 34 | 17 | 242 | 125 | 56 |
| Binary | 10010 | 11011000 | 10011011 | 1011100 | 0 | 11100 | 1111 | 10100010 | 1010101 | 101110 |
Color Harmonies of #12D89B
Complementary color
Monochromatic Colors of #12D89B
Black with #12D89B
Text Example
Text Example
White with #12D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D89B; }
p { color: rgb(18,216,155); }
H1.HeaderClassName
{
color: #12D89B;
}
.AnyTagClassName
{
color: #12D89B;
}
</style>
background-color css
<style>
a { background-color: #12D89B; }
a { background-color: rgb(18,216,155); }
div.DivClassName
{
background-color: #12D89B;
}
.BgClassName
{
background-color: #12D89B;
}
</style>
border-color css
<style>
span { border-color: #12D89B; }
span { border-color: rgb(18,216,155); }
td.TdClassName
{
border-color: #12D89B;
}
.TagClassName
{
border-color: #12D89B;
}
</style>