Shades of Caribbean Green #0CCBA5
Tints of Caribbean Green #0CCBA5
RGB
CMYK
RGB Variations
Color information
#0CCBA5 (or 0x0CCBA5) is known color: Caribbean Green. HEX triplet: 0C, CB and A5. RGB value is (12,203,165). Sum of RGB (Red+Green+Blue) = 12+203+165=380 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.16% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCBA5 is #F3345A. Grayscale: #8D8D8D. Windows color (decimal): -15938651 or 10865420. OLE color: 10865420.
HSL color Cylindrical-coordinate representation of color #0CCBA5: hue angle of 168.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCBA5 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 203 | 165 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.20 |
| HSL | 168.06º | 0.89% | 0.42% | - |
| HSV(B) | 168.06º | 0.94% | 0.8% | - |
| XYZ | 28.3 | 45.51 | 42.89 | - |
| YUV | 141.56 | 141.22 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 165 | 0.94 | 0 | 0.19 | 0.20 | 168.06 | 0.89 | 0.42 |
| Hex | C | CB | A5 | 5E | 0 | 13 | 14 | A8 | 59 | 2A |
| Octal | 14 | 313 | 245 | 136 | 0 | 23 | 24 | 250 | 131 | 52 |
| Binary | 1100 | 11001011 | 10100101 | 1011110 | 0 | 10011 | 10100 | 10101000 | 1011001 | 101010 |
Color Harmonies of #0CCBA5
Complementary color
Monochromatic Colors of #0CCBA5
Black with #0CCBA5
Text Example
Text Example
White with #0CCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBA5; }
p { color: rgb(12,203,165); }
H1.HeaderClassName
{
color: #0CCBA5;
}
.AnyTagClassName
{
color: #0CCBA5;
}
</style>
background-color css
<style>
a { background-color: #0CCBA5; }
a { background-color: rgb(12,203,165); }
div.DivClassName
{
background-color: #0CCBA5;
}
.BgClassName
{
background-color: #0CCBA5;
}
</style>
border-color css
<style>
span { border-color: #0CCBA5; }
span { border-color: rgb(12,203,165); }
td.TdClassName
{
border-color: #0CCBA5;
}
.TagClassName
{
border-color: #0CCBA5;
}
</style>