Shades of Caribbean Green #0CDDA8
Tints of Caribbean Green #0CDDA8
RGB
CMYK
RGB Variations
Color information
#0CDDA8 (or 0x0CDDA8) is known color: Caribbean Green. HEX triplet: 0C, DD and A8. RGB value is (12,221,168). Sum of RGB (Red+Green+Blue) = 12+221+168=401 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDDA8 is #F32257. Grayscale: #989898. Windows color (decimal): -15934040 or 11066636. OLE color: 11066636.
HSL color Cylindrical-coordinate representation of color #0CDDA8: hue angle of 164.78º 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 #0CDDA8 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 168 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.13 |
| HSL | 164.78º | 0.9% | 0.46% | - |
| HSV(B) | 164.78º | 0.95% | 0.87% | - |
| XYZ | 33.08 | 54.62 | 45.84 | - |
| YUV | 152.47 | 136.76 | 27.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 168 | 0.95 | 0 | 0.24 | 0.13 | 164.78 | 0.9 | 0.46 |
| Hex | C | DD | A8 | 5F | 0 | 18 | D | A5 | 5A | 2E |
| Octal | 14 | 335 | 250 | 137 | 0 | 30 | 15 | 245 | 132 | 56 |
| Binary | 1100 | 11011101 | 10101000 | 1011111 | 0 | 11000 | 1101 | 10100101 | 1011010 | 101110 |
Color Harmonies of #0CDDA8
Complementary color
Monochromatic Colors of #0CDDA8
Black with #0CDDA8
Text Example
Text Example
White with #0CDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDA8; }
p { color: rgb(12,221,168); }
H1.HeaderClassName
{
color: #0CDDA8;
}
.AnyTagClassName
{
color: #0CDDA8;
}
</style>
background-color css
<style>
a { background-color: #0CDDA8; }
a { background-color: rgb(12,221,168); }
div.DivClassName
{
background-color: #0CDDA8;
}
.BgClassName
{
background-color: #0CDDA8;
}
</style>
border-color css
<style>
span { border-color: #0CDDA8; }
span { border-color: rgb(12,221,168); }
td.TdClassName
{
border-color: #0CDDA8;
}
.TagClassName
{
border-color: #0CDDA8;
}
</style>