Shades of Caribbean Green #12D1A6
Tints of Caribbean Green #12D1A6
RGB
CMYK
RGB Variations
Color information
#12D1A6 (or 0x12D1A6) is known color: Caribbean Green. HEX triplet: 12, D1 and A6. RGB value is (18,209,166). Sum of RGB (Red+Green+Blue) = 18+209+166=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #12D1A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D1A6 is #ED2E59. Grayscale: #929292. Windows color (decimal): -15543898 or 10932498. OLE color: 10932498.
HSL color Cylindrical-coordinate representation of color #12D1A6: hue angle of 166.49º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D1A6 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 166 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.18 |
| HSL | 166.49º | 0.84% | 0.45% | - |
| HSV(B) | 166.49º | 0.91% | 0.82% | - |
| XYZ | 29.93 | 48.48 | 43.86 | - |
| YUV | 146.99 | 138.72 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 166 | 0.91 | 0 | 0.21 | 0.18 | 166.49 | 0.84 | 0.45 |
| Hex | 12 | D1 | A6 | 5B | 0 | 15 | 12 | A6 | 54 | 2D |
| Octal | 22 | 321 | 246 | 133 | 0 | 25 | 22 | 246 | 124 | 55 |
| Binary | 10010 | 11010001 | 10100110 | 1011011 | 0 | 10101 | 10010 | 10100110 | 1010100 | 101101 |
Color Harmonies of #12D1A6
Complementary color
Monochromatic Colors of #12D1A6
Black with #12D1A6
Text Example
Text Example
White with #12D1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D1A6; }
p { color: rgb(18,209,166); }
H1.HeaderClassName
{
color: #12D1A6;
}
.AnyTagClassName
{
color: #12D1A6;
}
</style>
background-color css
<style>
a { background-color: #12D1A6; }
a { background-color: rgb(18,209,166); }
div.DivClassName
{
background-color: #12D1A6;
}
.BgClassName
{
background-color: #12D1A6;
}
</style>
border-color css
<style>
span { border-color: #12D1A6; }
span { border-color: rgb(18,209,166); }
td.TdClassName
{
border-color: #12D1A6;
}
.TagClassName
{
border-color: #12D1A6;
}
</style>