Shades of Caribbean Green #12C294
Tints of Caribbean Green #12C294
RGB
CMYK
RGB Variations
Color information
#12C294 (or 0x12C294) is known color: Caribbean Green. HEX triplet: 12, C2 and 94. RGB value is (18,194,148). Sum of RGB (Red+Green+Blue) = 18+194+148=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #12C294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C294 is #ED3D6B. Grayscale: #888888. Windows color (decimal): -15547756 or 9749010. OLE color: 9749010.
HSL color Cylindrical-coordinate representation of color #12C294: hue angle of 164.32º 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 #12C294 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 148 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.24 |
| HSL | 164.32º | 0.83% | 0.42% | - |
| HSV(B) | 164.32º | 0.91% | 0.76% | - |
| XYZ | 24.89 | 40.85 | 34.59 | - |
| YUV | 136.13 | 134.69 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 148 | 0.91 | 0 | 0.24 | 0.24 | 164.32 | 0.83 | 0.42 |
| Hex | 12 | C2 | 94 | 5B | 0 | 18 | 18 | A4 | 53 | 2A |
| Octal | 22 | 302 | 224 | 133 | 0 | 30 | 30 | 244 | 123 | 52 |
| Binary | 10010 | 11000010 | 10010100 | 1011011 | 0 | 11000 | 11000 | 10100100 | 1010011 | 101010 |
Color Harmonies of #12C294
Complementary color
Monochromatic Colors of #12C294
Black with #12C294
Text Example
Text Example
White with #12C294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C294; }
p { color: rgb(18,194,148); }
H1.HeaderClassName
{
color: #12C294;
}
.AnyTagClassName
{
color: #12C294;
}
</style>
background-color css
<style>
a { background-color: #12C294; }
a { background-color: rgb(18,194,148); }
div.DivClassName
{
background-color: #12C294;
}
.BgClassName
{
background-color: #12C294;
}
</style>
border-color css
<style>
span { border-color: #12C294; }
span { border-color: rgb(18,194,148); }
td.TdClassName
{
border-color: #12C294;
}
.TagClassName
{
border-color: #12C294;
}
</style>