Shades of Caribbean Green #14CDA6
Tints of Caribbean Green #14CDA6
RGB
CMYK
RGB Variations
Color information
#14CDA6 (or 0x14CDA6) is known color: Caribbean Green. HEX triplet: 14, CD and A6. RGB value is (20,205,166). Sum of RGB (Red+Green+Blue) = 20+205+166=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #14CDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CDA6 is #EB3259. Grayscale: #919191. Windows color (decimal): -15413850 or 10931476. OLE color: 10931476.
HSL color Cylindrical-coordinate representation of color #14CDA6: hue angle of 167.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CDA6 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 205 | 166 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.20 |
| HSL | 167.35º | 0.82% | 0.44% | - |
| HSV(B) | 167.35º | 0.9% | 0.8% | - |
| XYZ | 29 | 46.56 | 43.54 | - |
| YUV | 145.24 | 139.71 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 166 | 0.90 | 0 | 0.19 | 0.20 | 167.35 | 0.82 | 0.44 |
| Hex | 14 | CD | A6 | 5A | 0 | 13 | 14 | A7 | 52 | 2C |
| Octal | 24 | 315 | 246 | 132 | 0 | 23 | 24 | 247 | 122 | 54 |
| Binary | 10100 | 11001101 | 10100110 | 1011010 | 0 | 10011 | 10100 | 10100111 | 1010010 | 101100 |
Color Harmonies of #14CDA6
Complementary color
Monochromatic Colors of #14CDA6
Black with #14CDA6
Text Example
Text Example
White with #14CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CDA6; }
p { color: rgb(20,205,166); }
H1.HeaderClassName
{
color: #14CDA6;
}
.AnyTagClassName
{
color: #14CDA6;
}
</style>
background-color css
<style>
a { background-color: #14CDA6; }
a { background-color: rgb(20,205,166); }
div.DivClassName
{
background-color: #14CDA6;
}
.BgClassName
{
background-color: #14CDA6;
}
</style>
border-color css
<style>
span { border-color: #14CDA6; }
span { border-color: rgb(20,205,166); }
td.TdClassName
{
border-color: #14CDA6;
}
.TagClassName
{
border-color: #14CDA6;
}
</style>