Shades of Caribbean Green #12CEA4
Tints of Caribbean Green #12CEA4
RGB
CMYK
RGB Variations
Color information
#12CEA4 (or 0x12CEA4) is known color: Caribbean Green. HEX triplet: 12, CE and A4. RGB value is (18,206,164). Sum of RGB (Red+Green+Blue) = 18+206+164=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #12CEA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CEA4 is #ED315B. Grayscale: #909090. Windows color (decimal): -15544668 or 10800658. OLE color: 10800658.
HSL color Cylindrical-coordinate representation of color #12CEA4: hue angle of 166.6º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CEA4 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 164 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.19 |
| HSL | 166.6º | 0.84% | 0.44% | - |
| HSV(B) | 166.6º | 0.91% | 0.81% | - |
| XYZ | 29.02 | 46.95 | 42.65 | - |
| YUV | 145 | 138.72 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 164 | 0.91 | 0 | 0.20 | 0.19 | 166.6 | 0.84 | 0.44 |
| Hex | 12 | CE | A4 | 5B | 0 | 14 | 13 | A7 | 54 | 2C |
| Octal | 22 | 316 | 244 | 133 | 0 | 24 | 23 | 247 | 124 | 54 |
| Binary | 10010 | 11001110 | 10100100 | 1011011 | 0 | 10100 | 10011 | 10100111 | 1010100 | 101100 |
Color Harmonies of #12CEA4
Complementary color
Monochromatic Colors of #12CEA4
Black with #12CEA4
Text Example
Text Example
White with #12CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CEA4; }
p { color: rgb(18,206,164); }
H1.HeaderClassName
{
color: #12CEA4;
}
.AnyTagClassName
{
color: #12CEA4;
}
</style>
background-color css
<style>
a { background-color: #12CEA4; }
a { background-color: rgb(18,206,164); }
div.DivClassName
{
background-color: #12CEA4;
}
.BgClassName
{
background-color: #12CEA4;
}
</style>
border-color css
<style>
span { border-color: #12CEA4; }
span { border-color: rgb(18,206,164); }
td.TdClassName
{
border-color: #12CEA4;
}
.TagClassName
{
border-color: #12CEA4;
}
</style>