Shades of Caribbean Green #0CCDA5
Tints of Caribbean Green #0CCDA5
RGB
CMYK
RGB Variations
Color information
#0CCDA5 (or 0x0CCDA5) is known color: Caribbean Green. HEX triplet: 0C, CD and A5. RGB value is (12,205,165). Sum of RGB (Red+Green+Blue) = 12+205+165=382 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.14% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCDA5 is #F3325A. Grayscale: #8E8E8E. Windows color (decimal): -15938139 or 10865932. OLE color: 10865932.
HSL color Cylindrical-coordinate representation of color #0CCDA5: hue angle of 167.56º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCDA5 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 165 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.20 |
| HSL | 167.56º | 0.89% | 0.43% | - |
| HSV(B) | 167.56º | 0.94% | 0.8% | - |
| XYZ | 28.77 | 46.46 | 43.05 | - |
| YUV | 142.73 | 140.56 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 165 | 0.94 | 0 | 0.20 | 0.20 | 167.56 | 0.89 | 0.43 |
| Hex | C | CD | A5 | 5E | 0 | 14 | 14 | A8 | 59 | 2B |
| Octal | 14 | 315 | 245 | 136 | 0 | 24 | 24 | 250 | 131 | 53 |
| Binary | 1100 | 11001101 | 10100101 | 1011110 | 0 | 10100 | 10100 | 10101000 | 1011001 | 101011 |
Color Harmonies of #0CCDA5
Complementary color
Monochromatic Colors of #0CCDA5
Black with #0CCDA5
Text Example
Text Example
White with #0CCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDA5; }
p { color: rgb(12,205,165); }
H1.HeaderClassName
{
color: #0CCDA5;
}
.AnyTagClassName
{
color: #0CCDA5;
}
</style>
background-color css
<style>
a { background-color: #0CCDA5; }
a { background-color: rgb(12,205,165); }
div.DivClassName
{
background-color: #0CCDA5;
}
.BgClassName
{
background-color: #0CCDA5;
}
</style>
border-color css
<style>
span { border-color: #0CCDA5; }
span { border-color: rgb(12,205,165); }
td.TdClassName
{
border-color: #0CCDA5;
}
.TagClassName
{
border-color: #0CCDA5;
}
</style>