Shades of Caribbean Green #12C494
Tints of Caribbean Green #12C494
RGB
CMYK
RGB Variations
Color information
#12C494 (or 0x12C494) is known color: Caribbean Green. HEX triplet: 12, C4 and 94. RGB value is (18,196,148). Sum of RGB (Red+Green+Blue) = 18+196+148=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #12C494 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C494 is #ED3B6B. Grayscale: #898989. Windows color (decimal): -15547244 or 9749522. OLE color: 9749522.
HSL color Cylindrical-coordinate representation of color #12C494: hue angle of 163.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C494 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 148 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.23 |
| HSL | 163.82º | 0.83% | 0.42% | - |
| HSV(B) | 163.82º | 0.91% | 0.77% | - |
| XYZ | 25.33 | 41.75 | 34.74 | - |
| YUV | 137.31 | 134.03 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 148 | 0.91 | 0 | 0.24 | 0.23 | 163.82 | 0.83 | 0.42 |
| Hex | 12 | C4 | 94 | 5B | 0 | 18 | 17 | A4 | 53 | 2A |
| Octal | 22 | 304 | 224 | 133 | 0 | 30 | 27 | 244 | 123 | 52 |
| Binary | 10010 | 11000100 | 10010100 | 1011011 | 0 | 11000 | 10111 | 10100100 | 1010011 | 101010 |
Color Harmonies of #12C494
Complementary color
Monochromatic Colors of #12C494
Black with #12C494
Text Example
Text Example
White with #12C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C494; }
p { color: rgb(18,196,148); }
H1.HeaderClassName
{
color: #12C494;
}
.AnyTagClassName
{
color: #12C494;
}
</style>
background-color css
<style>
a { background-color: #12C494; }
a { background-color: rgb(18,196,148); }
div.DivClassName
{
background-color: #12C494;
}
.BgClassName
{
background-color: #12C494;
}
</style>
border-color css
<style>
span { border-color: #12C494; }
span { border-color: rgb(18,196,148); }
td.TdClassName
{
border-color: #12C494;
}
.TagClassName
{
border-color: #12C494;
}
</style>