Shades of Caribbean Green #12C095
Tints of Caribbean Green #12C095
RGB
CMYK
RGB Variations
Color information
#12C095 (or 0x12C095) is known color: Caribbean Green. HEX triplet: 12, C0 and 95. RGB value is (18,192,149). Sum of RGB (Red+Green+Blue) = 18+192+149=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #12C095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C095 is #ED3F6A. Grayscale: #878787. Windows color (decimal): -15548267 or 9814034. OLE color: 9814034.
HSL color Cylindrical-coordinate representation of color #12C095: hue angle of 165.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C095 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 149 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.25 |
| HSL | 165.17º | 0.83% | 0.41% | - |
| HSV(B) | 165.17º | 0.91% | 0.75% | - |
| XYZ | 24.52 | 40 | 34.86 | - |
| YUV | 135.07 | 135.85 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 149 | 0.91 | 0 | 0.22 | 0.25 | 165.17 | 0.83 | 0.41 |
| Hex | 12 | C0 | 95 | 5B | 0 | 16 | 19 | A5 | 53 | 29 |
| Octal | 22 | 300 | 225 | 133 | 0 | 26 | 31 | 245 | 123 | 51 |
| Binary | 10010 | 11000000 | 10010101 | 1011011 | 0 | 10110 | 11001 | 10100101 | 1010011 | 101001 |
Color Harmonies of #12C095
Complementary color
Monochromatic Colors of #12C095
Black with #12C095
Text Example
Text Example
White with #12C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C095; }
p { color: rgb(18,192,149); }
H1.HeaderClassName
{
color: #12C095;
}
.AnyTagClassName
{
color: #12C095;
}
</style>
background-color css
<style>
a { background-color: #12C095; }
a { background-color: rgb(18,192,149); }
div.DivClassName
{
background-color: #12C095;
}
.BgClassName
{
background-color: #12C095;
}
</style>
border-color css
<style>
span { border-color: #12C095; }
span { border-color: rgb(18,192,149); }
td.TdClassName
{
border-color: #12C095;
}
.TagClassName
{
border-color: #12C095;
}
</style>