Shades of Caribbean Green #14CDA5
Tints of Caribbean Green #14CDA5
RGB
CMYK
RGB Variations
Color information
#14CDA5 (or 0x14CDA5) is known color: Caribbean Green. HEX triplet: 14, CD and A5. RGB value is (20,205,165). Sum of RGB (Red+Green+Blue) = 20+205+165=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #14CDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CDA5 is #EB325A. Grayscale: #919191. Windows color (decimal): -15413851 or 10865940. OLE color: 10865940.
HSL color Cylindrical-coordinate representation of color #14CDA5: hue angle of 167.03º 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 #14CDA5 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 205 | 165 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.20 |
| HSL | 167.03º | 0.82% | 0.44% | - |
| HSV(B) | 167.03º | 0.9% | 0.8% | - |
| XYZ | 28.91 | 46.53 | 43.05 | - |
| YUV | 145.13 | 139.21 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 165 | 0.90 | 0 | 0.20 | 0.20 | 167.03 | 0.82 | 0.44 |
| Hex | 14 | CD | A5 | 5A | 0 | 14 | 14 | A7 | 52 | 2C |
| Octal | 24 | 315 | 245 | 132 | 0 | 24 | 24 | 247 | 122 | 54 |
| Binary | 10100 | 11001101 | 10100101 | 1011010 | 0 | 10100 | 10100 | 10100111 | 1010010 | 101100 |
Color Harmonies of #14CDA5
Complementary color
Monochromatic Colors of #14CDA5
Black with #14CDA5
Text Example
Text Example
White with #14CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CDA5; }
p { color: rgb(20,205,165); }
H1.HeaderClassName
{
color: #14CDA5;
}
.AnyTagClassName
{
color: #14CDA5;
}
</style>
background-color css
<style>
a { background-color: #14CDA5; }
a { background-color: rgb(20,205,165); }
div.DivClassName
{
background-color: #14CDA5;
}
.BgClassName
{
background-color: #14CDA5;
}
</style>
border-color css
<style>
span { border-color: #14CDA5; }
span { border-color: rgb(20,205,165); }
td.TdClassName
{
border-color: #14CDA5;
}
.TagClassName
{
border-color: #14CDA5;
}
</style>