Shades of Caribbean Green #0CDDA5
Tints of Caribbean Green #0CDDA5
RGB
CMYK
RGB Variations
Color information
#0CDDA5 (or 0x0CDDA5) is known color: Caribbean Green. HEX triplet: 0C, DD and A5. RGB value is (12,221,165). Sum of RGB (Red+Green+Blue) = 12+221+165=398 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDDA5 is #F3225A. Grayscale: #989898. Windows color (decimal): -15934043 or 10870028. OLE color: 10870028.
HSL color Cylindrical-coordinate representation of color #0CDDA5: hue angle of 163.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDA5 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 165 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.13 |
| HSL | 163.92º | 0.9% | 0.46% | - |
| HSV(B) | 163.92º | 0.95% | 0.87% | - |
| XYZ | 32.8 | 54.51 | 44.39 | - |
| YUV | 152.13 | 135.26 | 28.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 165 | 0.95 | 0 | 0.25 | 0.13 | 163.92 | 0.9 | 0.46 |
| Hex | C | DD | A5 | 5F | 0 | 19 | D | A4 | 5A | 2E |
| Octal | 14 | 335 | 245 | 137 | 0 | 31 | 15 | 244 | 132 | 56 |
| Binary | 1100 | 11011101 | 10100101 | 1011111 | 0 | 11001 | 1101 | 10100100 | 1011010 | 101110 |
Color Harmonies of #0CDDA5
Complementary color
Monochromatic Colors of #0CDDA5
Black with #0CDDA5
Text Example
Text Example
White with #0CDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDA5; }
p { color: rgb(12,221,165); }
H1.HeaderClassName
{
color: #0CDDA5;
}
.AnyTagClassName
{
color: #0CDDA5;
}
</style>
background-color css
<style>
a { background-color: #0CDDA5; }
a { background-color: rgb(12,221,165); }
div.DivClassName
{
background-color: #0CDDA5;
}
.BgClassName
{
background-color: #0CDDA5;
}
</style>
border-color css
<style>
span { border-color: #0CDDA5; }
span { border-color: rgb(12,221,165); }
td.TdClassName
{
border-color: #0CDDA5;
}
.TagClassName
{
border-color: #0CDDA5;
}
</style>