Shades of Caribbean Green #12D9AC
Tints of Caribbean Green #12D9AC
RGB
CMYK
RGB Variations
Color information
#12D9AC (or 0x12D9AC) is known color: Caribbean Green. HEX triplet: 12, D9 and AC. RGB value is (18,217,172). Sum of RGB (Red+Green+Blue) = 18+217+172=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #12D9AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D9AC is #ED2653. Grayscale: #989898. Windows color (decimal): -15541844 or 11327762. OLE color: 11327762.
HSL color Cylindrical-coordinate representation of color #12D9AC: hue angle of 166.43º 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 #12D9AC is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 172 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.15 |
| HSL | 166.43º | 0.85% | 0.46% | - |
| HSV(B) | 166.43º | 0.92% | 0.85% | - |
| XYZ | 32.51 | 52.73 | 47.49 | - |
| YUV | 152.37 | 139.07 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 172 | 0.92 | 0 | 0.21 | 0.15 | 166.43 | 0.85 | 0.46 |
| Hex | 12 | D9 | AC | 5C | 0 | 15 | F | A6 | 55 | 2E |
| Octal | 22 | 331 | 254 | 134 | 0 | 25 | 17 | 246 | 125 | 56 |
| Binary | 10010 | 11011001 | 10101100 | 1011100 | 0 | 10101 | 1111 | 10100110 | 1010101 | 101110 |
Color Harmonies of #12D9AC
Complementary color
Monochromatic Colors of #12D9AC
Black with #12D9AC
Text Example
Text Example
White with #12D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D9AC; }
p { color: rgb(18,217,172); }
H1.HeaderClassName
{
color: #12D9AC;
}
.AnyTagClassName
{
color: #12D9AC;
}
</style>
background-color css
<style>
a { background-color: #12D9AC; }
a { background-color: rgb(18,217,172); }
div.DivClassName
{
background-color: #12D9AC;
}
.BgClassName
{
background-color: #12D9AC;
}
</style>
border-color css
<style>
span { border-color: #12D9AC; }
span { border-color: rgb(18,217,172); }
td.TdClassName
{
border-color: #12D9AC;
}
.TagClassName
{
border-color: #12D9AC;
}
</style>