Shades of Caribbean Green #12D1A1
Tints of Caribbean Green #12D1A1
RGB
CMYK
RGB Variations
Color information
#12D1A1 (or 0x12D1A1) is known color: Caribbean Green. HEX triplet: 12, D1 and A1. RGB value is (18,209,161). Sum of RGB (Red+Green+Blue) = 18+209+161=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #12D1A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D1A1 is #ED2E5E. Grayscale: #929292. Windows color (decimal): -15543903 or 10604818. OLE color: 10604818.
HSL color Cylindrical-coordinate representation of color #12D1A1: hue angle of 164.92º 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 #12D1A1 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 161 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.18 |
| HSL | 164.92º | 0.84% | 0.45% | - |
| HSV(B) | 164.92º | 0.91% | 0.82% | - |
| XYZ | 29.48 | 48.3 | 41.49 | - |
| YUV | 146.42 | 136.22 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 161 | 0.91 | 0 | 0.23 | 0.18 | 164.92 | 0.84 | 0.45 |
| Hex | 12 | D1 | A1 | 5B | 0 | 17 | 12 | A5 | 54 | 2D |
| Octal | 22 | 321 | 241 | 133 | 0 | 27 | 22 | 245 | 124 | 55 |
| Binary | 10010 | 11010001 | 10100001 | 1011011 | 0 | 10111 | 10010 | 10100101 | 1010100 | 101101 |
Color Harmonies of #12D1A1
Complementary color
Monochromatic Colors of #12D1A1
Black with #12D1A1
Text Example
Text Example
White with #12D1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D1A1; }
p { color: rgb(18,209,161); }
H1.HeaderClassName
{
color: #12D1A1;
}
.AnyTagClassName
{
color: #12D1A1;
}
</style>
background-color css
<style>
a { background-color: #12D1A1; }
a { background-color: rgb(18,209,161); }
div.DivClassName
{
background-color: #12D1A1;
}
.BgClassName
{
background-color: #12D1A1;
}
</style>
border-color css
<style>
span { border-color: #12D1A1; }
span { border-color: rgb(18,209,161); }
td.TdClassName
{
border-color: #12D1A1;
}
.TagClassName
{
border-color: #12D1A1;
}
</style>