Shades of Caribbean Green #12C8A1
Tints of Caribbean Green #12C8A1
RGB
CMYK
RGB Variations
Color information
#12C8A1 (or 0x12C8A1) is known color: Caribbean Green. HEX triplet: 12, C8 and A1. RGB value is (18,200,161). Sum of RGB (Red+Green+Blue) = 18+200+161=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #12C8A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C8A1 is #ED375E. Grayscale: #8D8D8D. Windows color (decimal): -15546207 or 10602514. OLE color: 10602514.
HSL color Cylindrical-coordinate representation of color #12C8A1: hue angle of 167.14º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C8A1 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 200 | 161 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.22 |
| HSL | 167.14º | 0.83% | 0.43% | - |
| HSV(B) | 167.14º | 0.91% | 0.78% | - |
| XYZ | 27.34 | 44.01 | 40.77 | - |
| YUV | 141.14 | 139.2 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 200 | 161 | 0.91 | 0 | 0.19 | 0.22 | 167.14 | 0.83 | 0.43 |
| Hex | 12 | C8 | A1 | 5B | 0 | 13 | 16 | A7 | 53 | 2B |
| Octal | 22 | 310 | 241 | 133 | 0 | 23 | 26 | 247 | 123 | 53 |
| Binary | 10010 | 11001000 | 10100001 | 1011011 | 0 | 10011 | 10110 | 10100111 | 1010011 | 101011 |
Color Harmonies of #12C8A1
Complementary color
Monochromatic Colors of #12C8A1
Black with #12C8A1
Text Example
Text Example
White with #12C8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C8A1; }
p { color: rgb(18,200,161); }
H1.HeaderClassName
{
color: #12C8A1;
}
.AnyTagClassName
{
color: #12C8A1;
}
</style>
background-color css
<style>
a { background-color: #12C8A1; }
a { background-color: rgb(18,200,161); }
div.DivClassName
{
background-color: #12C8A1;
}
.BgClassName
{
background-color: #12C8A1;
}
</style>
border-color css
<style>
span { border-color: #12C8A1; }
span { border-color: rgb(18,200,161); }
td.TdClassName
{
border-color: #12C8A1;
}
.TagClassName
{
border-color: #12C8A1;
}
</style>