Shades of Caribbean Green #0CDCA8
Tints of Caribbean Green #0CDCA8
RGB
CMYK
RGB Variations
Color information
#0CDCA8 (or 0x0CDCA8) is known color: Caribbean Green. HEX triplet: 0C, DC and A8. RGB value is (12,220,168). Sum of RGB (Red+Green+Blue) = 12+220+168=400 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDCA8 is #F32357. Grayscale: #979797. Windows color (decimal): -15934296 or 11066380. OLE color: 11066380.
HSL color Cylindrical-coordinate representation of color #0CDCA8: hue angle of 165º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDCA8 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 220 | 168 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.14 |
| HSL | 165º | 0.9% | 0.45% | - |
| HSV(B) | 165º | 0.95% | 0.86% | - |
| XYZ | 32.81 | 54.09 | 45.76 | - |
| YUV | 151.88 | 137.09 | 28.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 168 | 0.95 | 0 | 0.24 | 0.14 | 165 | 0.9 | 0.45 |
| Hex | C | DC | A8 | 5F | 0 | 18 | E | A5 | 5A | 2D |
| Octal | 14 | 334 | 250 | 137 | 0 | 30 | 16 | 245 | 132 | 55 |
| Binary | 1100 | 11011100 | 10101000 | 1011111 | 0 | 11000 | 1110 | 10100101 | 1011010 | 101101 |
Color Harmonies of #0CDCA8
Complementary color
Monochromatic Colors of #0CDCA8
Black with #0CDCA8
Text Example
Text Example
White with #0CDCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCA8; }
p { color: rgb(12,220,168); }
H1.HeaderClassName
{
color: #0CDCA8;
}
.AnyTagClassName
{
color: #0CDCA8;
}
</style>
background-color css
<style>
a { background-color: #0CDCA8; }
a { background-color: rgb(12,220,168); }
div.DivClassName
{
background-color: #0CDCA8;
}
.BgClassName
{
background-color: #0CDCA8;
}
</style>
border-color css
<style>
span { border-color: #0CDCA8; }
span { border-color: rgb(12,220,168); }
td.TdClassName
{
border-color: #0CDCA8;
}
.TagClassName
{
border-color: #0CDCA8;
}
</style>