Shades of Caribbean Green #12C295
Tints of Caribbean Green #12C295
RGB
CMYK
RGB Variations
Color information
#12C295 (or 0x12C295) is known color: Caribbean Green. HEX triplet: 12, C2 and 95. RGB value is (18,194,149). Sum of RGB (Red+Green+Blue) = 18+194+149=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #12C295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C295 is #ED3D6A. Grayscale: #888888. Windows color (decimal): -15547755 or 9814546. OLE color: 9814546.
HSL color Cylindrical-coordinate representation of color #12C295: hue angle of 164.66º 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 #12C295 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 149 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.24 |
| HSL | 164.66º | 0.83% | 0.42% | - |
| HSV(B) | 164.66º | 0.91% | 0.76% | - |
| XYZ | 24.97 | 40.88 | 35.01 | - |
| YUV | 136.25 | 135.19 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 149 | 0.91 | 0 | 0.23 | 0.24 | 164.66 | 0.83 | 0.42 |
| Hex | 12 | C2 | 95 | 5B | 0 | 17 | 18 | A5 | 53 | 2A |
| Octal | 22 | 302 | 225 | 133 | 0 | 27 | 30 | 245 | 123 | 52 |
| Binary | 10010 | 11000010 | 10010101 | 1011011 | 0 | 10111 | 11000 | 10100101 | 1010011 | 101010 |
Color Harmonies of #12C295
Complementary color
Monochromatic Colors of #12C295
Black with #12C295
Text Example
Text Example
White with #12C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C295; }
p { color: rgb(18,194,149); }
H1.HeaderClassName
{
color: #12C295;
}
.AnyTagClassName
{
color: #12C295;
}
</style>
background-color css
<style>
a { background-color: #12C295; }
a { background-color: rgb(18,194,149); }
div.DivClassName
{
background-color: #12C295;
}
.BgClassName
{
background-color: #12C295;
}
</style>
border-color css
<style>
span { border-color: #12C295; }
span { border-color: rgb(18,194,149); }
td.TdClassName
{
border-color: #12C295;
}
.TagClassName
{
border-color: #12C295;
}
</style>