Shades of Caribbean Green #12CCA2
Tints of Caribbean Green #12CCA2
RGB
CMYK
RGB Variations
Color information
#12CCA2 (or 0x12CCA2) is known color: Caribbean Green. HEX triplet: 12, CC and A2. RGB value is (18,204,162). Sum of RGB (Red+Green+Blue) = 18+204+162=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CCA2 is #ED335D. Grayscale: #8F8F8F. Windows color (decimal): -15545182 or 10669074. OLE color: 10669074.
HSL color Cylindrical-coordinate representation of color #12CCA2: hue angle of 166.45º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CCA2 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 162 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.2 |
| HSL | 166.45º | 0.84% | 0.44% | - |
| HSV(B) | 166.45º | 0.91% | 0.8% | - |
| XYZ | 28.36 | 45.92 | 41.55 | - |
| YUV | 143.6 | 138.38 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 162 | 0.91 | 0 | 0.21 | 0.2 | 166.45 | 0.84 | 0.44 |
| Hex | 12 | CC | A2 | 5B | 0 | 15 | 14 | A6 | 54 | 2C |
| Octal | 22 | 314 | 242 | 133 | 0 | 25 | 24 | 246 | 124 | 54 |
| Binary | 10010 | 11001100 | 10100010 | 1011011 | 0 | 10101 | 10100 | 10100110 | 1010100 | 101100 |
Color Harmonies of #12CCA2
Complementary color
Monochromatic Colors of #12CCA2
Black with #12CCA2
Text Example
Text Example
White with #12CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCA2; }
p { color: rgb(18,204,162); }
H1.HeaderClassName
{
color: #12CCA2;
}
.AnyTagClassName
{
color: #12CCA2;
}
</style>
background-color css
<style>
a { background-color: #12CCA2; }
a { background-color: rgb(18,204,162); }
div.DivClassName
{
background-color: #12CCA2;
}
.BgClassName
{
background-color: #12CCA2;
}
</style>
border-color css
<style>
span { border-color: #12CCA2; }
span { border-color: rgb(18,204,162); }
td.TdClassName
{
border-color: #12CCA2;
}
.TagClassName
{
border-color: #12CCA2;
}
</style>