Shades of Caribbean Green #0CC18F
Tints of Caribbean Green #0CC18F
RGB
CMYK
RGB Variations
Color information
#0CC18F (or 0x0CC18F) is known color: Caribbean Green. HEX triplet: 0C, C1 and 8F. RGB value is (12,193,143). Sum of RGB (Red+Green+Blue) = 12+193+143=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC18F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC18F is #F33E70. Grayscale: #858585. Windows color (decimal): -15941233 or 9421068. OLE color: 9421068.
HSL color Cylindrical-coordinate representation of color #0CC18F: hue angle of 163.43º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC18F is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 193 | 143 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.24 |
| HSL | 163.43º | 0.88% | 0.4% | - |
| HSV(B) | 163.43º | 0.94% | 0.76% | - |
| XYZ | 24.18 | 40.2 | 32.47 | - |
| YUV | 133.18 | 133.53 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 193 | 143 | 0.94 | 0 | 0.26 | 0.24 | 163.43 | 0.88 | 0.4 |
| Hex | C | C1 | 8F | 5E | 0 | 1A | 18 | A3 | 58 | 28 |
| Octal | 14 | 301 | 217 | 136 | 0 | 32 | 30 | 243 | 130 | 50 |
| Binary | 1100 | 11000001 | 10001111 | 1011110 | 0 | 11010 | 11000 | 10100011 | 1011000 | 101000 |
Color Harmonies of #0CC18F
Complementary color
Monochromatic Colors of #0CC18F
Black with #0CC18F
Text Example
Text Example
White with #0CC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC18F; }
p { color: rgb(12,193,143); }
H1.HeaderClassName
{
color: #0CC18F;
}
.AnyTagClassName
{
color: #0CC18F;
}
</style>
background-color css
<style>
a { background-color: #0CC18F; }
a { background-color: rgb(12,193,143); }
div.DivClassName
{
background-color: #0CC18F;
}
.BgClassName
{
background-color: #0CC18F;
}
</style>
border-color css
<style>
span { border-color: #0CC18F; }
span { border-color: rgb(12,193,143); }
td.TdClassName
{
border-color: #0CC18F;
}
.TagClassName
{
border-color: #0CC18F;
}
</style>