Shades of Caribbean Green #0CC48D
Tints of Caribbean Green #0CC48D
RGB
CMYK
RGB Variations
Color information
#0CC48D (or 0x0CC48D) is known color: Caribbean Green. HEX triplet: 0C, C4 and 8D. RGB value is (12,196,141). Sum of RGB (Red+Green+Blue) = 12+196+141=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC48D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC48D is #F33B72. Grayscale: #868686. Windows color (decimal): -15940467 or 9290764. OLE color: 9290764.
HSL color Cylindrical-coordinate representation of color #0CC48D: hue angle of 162.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC48D is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 196 | 141 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.23 |
| HSL | 162.07º | 0.88% | 0.41% | - |
| HSV(B) | 162.07º | 0.94% | 0.77% | - |
| XYZ | 24.7 | 41.48 | 31.9 | - |
| YUV | 134.71 | 131.54 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 141 | 0.94 | 0 | 0.28 | 0.23 | 162.07 | 0.88 | 0.41 |
| Hex | C | C4 | 8D | 5E | 0 | 1C | 17 | A2 | 58 | 29 |
| Octal | 14 | 304 | 215 | 136 | 0 | 34 | 27 | 242 | 130 | 51 |
| Binary | 1100 | 11000100 | 10001101 | 1011110 | 0 | 11100 | 10111 | 10100010 | 1011000 | 101001 |
Color Harmonies of #0CC48D
Complementary color
Monochromatic Colors of #0CC48D
Black with #0CC48D
Text Example
Text Example
White with #0CC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC48D; }
p { color: rgb(12,196,141); }
H1.HeaderClassName
{
color: #0CC48D;
}
.AnyTagClassName
{
color: #0CC48D;
}
</style>
background-color css
<style>
a { background-color: #0CC48D; }
a { background-color: rgb(12,196,141); }
div.DivClassName
{
background-color: #0CC48D;
}
.BgClassName
{
background-color: #0CC48D;
}
</style>
border-color css
<style>
span { border-color: #0CC48D; }
span { border-color: rgb(12,196,141); }
td.TdClassName
{
border-color: #0CC48D;
}
.TagClassName
{
border-color: #0CC48D;
}
</style>