Shades of Caribbean Green #12C2A3
Tints of Caribbean Green #12C2A3
RGB
CMYK
RGB Variations
Color information
#12C2A3 (or 0x12C2A3) is known color: Caribbean Green. HEX triplet: 12, C2 and A3. RGB value is (18,194,163). Sum of RGB (Red+Green+Blue) = 18+194+163=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #12C2A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C2A3 is #ED3D5C. Grayscale: #898989. Windows color (decimal): -15547741 or 10732050. OLE color: 10732050.
HSL color Cylindrical-coordinate representation of color #12C2A3: hue angle of 169.43º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C2A3 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 163 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.24 |
| HSL | 169.43º | 0.83% | 0.42% | - |
| HSV(B) | 169.43º | 0.91% | 0.76% | - |
| XYZ | 26.15 | 41.36 | 41.25 | - |
| YUV | 137.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 163 | 0.91 | 0 | 0.16 | 0.24 | 169.43 | 0.83 | 0.42 |
| Hex | 12 | C2 | A3 | 5B | 0 | 10 | 18 | A9 | 53 | 2A |
| Octal | 22 | 302 | 243 | 133 | 0 | 20 | 30 | 251 | 123 | 52 |
| Binary | 10010 | 11000010 | 10100011 | 1011011 | 0 | 10000 | 11000 | 10101001 | 1010011 | 101010 |
Color Harmonies of #12C2A3
Complementary color
Monochromatic Colors of #12C2A3
Black with #12C2A3
Text Example
Text Example
White with #12C2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C2A3; }
p { color: rgb(18,194,163); }
H1.HeaderClassName
{
color: #12C2A3;
}
.AnyTagClassName
{
color: #12C2A3;
}
</style>
background-color css
<style>
a { background-color: #12C2A3; }
a { background-color: rgb(18,194,163); }
div.DivClassName
{
background-color: #12C2A3;
}
.BgClassName
{
background-color: #12C2A3;
}
</style>
border-color css
<style>
span { border-color: #12C2A3; }
span { border-color: rgb(18,194,163); }
td.TdClassName
{
border-color: #12C2A3;
}
.TagClassName
{
border-color: #12C2A3;
}
</style>