Shades of Caribbean Green #0CCDAF
Tints of Caribbean Green #0CCDAF
RGB
CMYK
RGB Variations
Color information
#0CCDAF (or 0x0CCDAF) is known color: Caribbean Green. HEX triplet: 0C, CD and AF. RGB value is (12,205,175). Sum of RGB (Red+Green+Blue) = 12+205+175=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCDAF is #F33250. Grayscale: #8F8F8F. Windows color (decimal): -15938129 or 11521292. OLE color: 11521292.
HSL color Cylindrical-coordinate representation of color #0CCDAF: hue angle of 170.67º 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 #0CCDAF is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 175 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.20 |
| HSL | 170.67º | 0.89% | 0.43% | - |
| HSV(B) | 170.67º | 0.94% | 0.8% | - |
| XYZ | 29.72 | 46.84 | 48.03 | - |
| YUV | 143.87 | 145.56 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 175 | 0.94 | 0 | 0.15 | 0.20 | 170.67 | 0.89 | 0.43 |
| Hex | C | CD | AF | 5E | 0 | F | 14 | AB | 59 | 2B |
| Octal | 14 | 315 | 257 | 136 | 0 | 17 | 24 | 253 | 131 | 53 |
| Binary | 1100 | 11001101 | 10101111 | 1011110 | 0 | 1111 | 10100 | 10101011 | 1011001 | 101011 |
Color Harmonies of #0CCDAF
Complementary color
Monochromatic Colors of #0CCDAF
Black with #0CCDAF
Text Example
Text Example
White with #0CCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDAF; }
p { color: rgb(12,205,175); }
H1.HeaderClassName
{
color: #0CCDAF;
}
.AnyTagClassName
{
color: #0CCDAF;
}
</style>
background-color css
<style>
a { background-color: #0CCDAF; }
a { background-color: rgb(12,205,175); }
div.DivClassName
{
background-color: #0CCDAF;
}
.BgClassName
{
background-color: #0CCDAF;
}
</style>
border-color css
<style>
span { border-color: #0CCDAF; }
span { border-color: rgb(12,205,175); }
td.TdClassName
{
border-color: #0CCDAF;
}
.TagClassName
{
border-color: #0CCDAF;
}
</style>