Shades of Caribbean Green #12CBA0
Tints of Caribbean Green #12CBA0
RGB
CMYK
RGB Variations
Color information
#12CBA0 (or 0x12CBA0) is known color: Caribbean Green. HEX triplet: 12, CB and A0. RGB value is (18,203,160). Sum of RGB (Red+Green+Blue) = 18+203+160=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #12CBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CBA0 is #ED345F. Grayscale: #8E8E8E. Windows color (decimal): -15545440 or 10537746. OLE color: 10537746.
HSL color Cylindrical-coordinate representation of color #12CBA0: hue angle of 166.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CBA0 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 160 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.20 |
| HSL | 166.05º | 0.84% | 0.43% | - |
| HSV(B) | 166.05º | 0.91% | 0.8% | - |
| XYZ | 27.95 | 45.38 | 40.54 | - |
| YUV | 142.78 | 137.71 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 160 | 0.91 | 0 | 0.21 | 0.20 | 166.05 | 0.84 | 0.43 |
| Hex | 12 | CB | A0 | 5B | 0 | 15 | 14 | A6 | 54 | 2B |
| Octal | 22 | 313 | 240 | 133 | 0 | 25 | 24 | 246 | 124 | 53 |
| Binary | 10010 | 11001011 | 10100000 | 1011011 | 0 | 10101 | 10100 | 10100110 | 1010100 | 101011 |
Color Harmonies of #12CBA0
Complementary color
Monochromatic Colors of #12CBA0
Black with #12CBA0
Text Example
Text Example
White with #12CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CBA0; }
p { color: rgb(18,203,160); }
H1.HeaderClassName
{
color: #12CBA0;
}
.AnyTagClassName
{
color: #12CBA0;
}
</style>
background-color css
<style>
a { background-color: #12CBA0; }
a { background-color: rgb(18,203,160); }
div.DivClassName
{
background-color: #12CBA0;
}
.BgClassName
{
background-color: #12CBA0;
}
</style>
border-color css
<style>
span { border-color: #12CBA0; }
span { border-color: rgb(18,203,160); }
td.TdClassName
{
border-color: #12CBA0;
}
.TagClassName
{
border-color: #12CBA0;
}
</style>