Shades of Caribbean Green #0CDDAD
Tints of Caribbean Green #0CDDAD
RGB
CMYK
RGB Variations
Color information
#0CDDAD (or 0x0CDDAD) is known color: Caribbean Green. HEX triplet: 0C, DD and AD. RGB value is (12,221,173). Sum of RGB (Red+Green+Blue) = 12+221+173=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDDAD is #F32252. Grayscale: #999999. Windows color (decimal): -15934035 or 11394316. OLE color: 11394316.
HSL color Cylindrical-coordinate representation of color #0CDDAD: hue angle of 166.22º 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 #0CDDAD is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 173 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.13 |
| HSL | 166.22º | 0.9% | 0.46% | - |
| HSV(B) | 166.22º | 0.95% | 0.87% | - |
| XYZ | 33.55 | 54.81 | 48.35 | - |
| YUV | 153.04 | 139.26 | 27.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 173 | 0.95 | 0 | 0.22 | 0.13 | 166.22 | 0.9 | 0.46 |
| Hex | C | DD | AD | 5F | 0 | 16 | D | A6 | 5A | 2E |
| Octal | 14 | 335 | 255 | 137 | 0 | 26 | 15 | 246 | 132 | 56 |
| Binary | 1100 | 11011101 | 10101101 | 1011111 | 0 | 10110 | 1101 | 10100110 | 1011010 | 101110 |
Color Harmonies of #0CDDAD
Complementary color
Monochromatic Colors of #0CDDAD
Black with #0CDDAD
Text Example
Text Example
White with #0CDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDAD; }
p { color: rgb(12,221,173); }
H1.HeaderClassName
{
color: #0CDDAD;
}
.AnyTagClassName
{
color: #0CDDAD;
}
</style>
background-color css
<style>
a { background-color: #0CDDAD; }
a { background-color: rgb(12,221,173); }
div.DivClassName
{
background-color: #0CDDAD;
}
.BgClassName
{
background-color: #0CDDAD;
}
</style>
border-color css
<style>
span { border-color: #0CDDAD; }
span { border-color: rgb(12,221,173); }
td.TdClassName
{
border-color: #0CDDAD;
}
.TagClassName
{
border-color: #0CDDAD;
}
</style>