Shades of Caribbean Green #12D896
Tints of Caribbean Green #12D896
RGB
CMYK
RGB Variations
Color information
#12D896 (or 0x12D896) is known color: Caribbean Green. HEX triplet: 12, D8 and 96. RGB value is (18,216,150). Sum of RGB (Red+Green+Blue) = 18+216+150=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #12D896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D896 is #ED2769. Grayscale: #959595. Windows color (decimal): -15542122 or 9885714. OLE color: 9885714.
HSL color Cylindrical-coordinate representation of color #12D896: hue angle of 160º 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 #12D896 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 150 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.15 |
| HSL | 160º | 0.85% | 0.46% | - |
| HSV(B) | 160º | 0.92% | 0.85% | - |
| XYZ | 30.31 | 51.44 | 37.19 | - |
| YUV | 149.27 | 128.4 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 150 | 0.92 | 0 | 0.31 | 0.15 | 160 | 0.85 | 0.46 |
| Hex | 12 | D8 | 96 | 5C | 0 | 1F | F | A0 | 55 | 2E |
| Octal | 22 | 330 | 226 | 134 | 0 | 37 | 17 | 240 | 125 | 56 |
| Binary | 10010 | 11011000 | 10010110 | 1011100 | 0 | 11111 | 1111 | 10100000 | 1010101 | 101110 |
Color Harmonies of #12D896
Complementary color
Monochromatic Colors of #12D896
Black with #12D896
Text Example
Text Example
White with #12D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D896; }
p { color: rgb(18,216,150); }
H1.HeaderClassName
{
color: #12D896;
}
.AnyTagClassName
{
color: #12D896;
}
</style>
background-color css
<style>
a { background-color: #12D896; }
a { background-color: rgb(18,216,150); }
div.DivClassName
{
background-color: #12D896;
}
.BgClassName
{
background-color: #12D896;
}
</style>
border-color css
<style>
span { border-color: #12D896; }
span { border-color: rgb(18,216,150); }
td.TdClassName
{
border-color: #12D896;
}
.TagClassName
{
border-color: #12D896;
}
</style>