Shades of Caribbean Green #0CC38A
Tints of Caribbean Green #0CC38A
RGB
CMYK
RGB Variations
Color information
#0CC38A (or 0x0CC38A) is known color: Caribbean Green. HEX triplet: 0C, C3 and 8A. RGB value is (12,195,138). Sum of RGB (Red+Green+Blue) = 12+195+138=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC38A is #F33C75. Grayscale: #858585. Windows color (decimal): -15940726 or 9093900. OLE color: 9093900.
HSL color Cylindrical-coordinate representation of color #0CC38A: hue angle of 161.31º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC38A is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 138 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.24 |
| HSL | 161.31º | 0.88% | 0.41% | - |
| HSV(B) | 161.31º | 0.94% | 0.76% | - |
| XYZ | 24.25 | 40.94 | 30.67 | - |
| YUV | 133.79 | 130.37 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 138 | 0.94 | 0 | 0.29 | 0.24 | 161.31 | 0.88 | 0.41 |
| Hex | C | C3 | 8A | 5E | 0 | 1D | 18 | A1 | 58 | 29 |
| Octal | 14 | 303 | 212 | 136 | 0 | 35 | 30 | 241 | 130 | 51 |
| Binary | 1100 | 11000011 | 10001010 | 1011110 | 0 | 11101 | 11000 | 10100001 | 1011000 | 101001 |
Color Harmonies of #0CC38A
Complementary color
Monochromatic Colors of #0CC38A
Black with #0CC38A
Text Example
Text Example
White with #0CC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC38A; }
p { color: rgb(12,195,138); }
H1.HeaderClassName
{
color: #0CC38A;
}
.AnyTagClassName
{
color: #0CC38A;
}
</style>
background-color css
<style>
a { background-color: #0CC38A; }
a { background-color: rgb(12,195,138); }
div.DivClassName
{
background-color: #0CC38A;
}
.BgClassName
{
background-color: #0CC38A;
}
</style>
border-color css
<style>
span { border-color: #0CC38A; }
span { border-color: rgb(12,195,138); }
td.TdClassName
{
border-color: #0CC38A;
}
.TagClassName
{
border-color: #0CC38A;
}
</style>