Shades of Caribbean Green #14DCAF
Tints of Caribbean Green #14DCAF
RGB
CMYK
RGB Variations
Color information
#14DCAF (or 0x14DCAF) is known color: Caribbean Green. HEX triplet: 14, DC and AF. RGB value is (20,220,175). Sum of RGB (Red+Green+Blue) = 20+220+175=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DCAF is #EB2350. Grayscale: #9B9B9B. Windows color (decimal): -15410001 or 11525140. OLE color: 11525140.
HSL color Cylindrical-coordinate representation of color #14DCAF: hue angle of 166.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DCAF is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 175 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.14 |
| HSL | 166.5º | 0.83% | 0.47% | - |
| HSV(B) | 166.5º | 0.91% | 0.86% | - |
| XYZ | 33.62 | 54.43 | 49.29 | - |
| YUV | 155.07 | 139.24 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 175 | 0.91 | 0 | 0.20 | 0.14 | 166.5 | 0.83 | 0.47 |
| Hex | 14 | DC | AF | 5B | 0 | 14 | E | A6 | 53 | 2F |
| Octal | 24 | 334 | 257 | 133 | 0 | 24 | 16 | 246 | 123 | 57 |
| Binary | 10100 | 11011100 | 10101111 | 1011011 | 0 | 10100 | 1110 | 10100110 | 1010011 | 101111 |
Color Harmonies of #14DCAF
Complementary color
Monochromatic Colors of #14DCAF
Black with #14DCAF
Text Example
Text Example
White with #14DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCAF; }
p { color: rgb(20,220,175); }
H1.HeaderClassName
{
color: #14DCAF;
}
.AnyTagClassName
{
color: #14DCAF;
}
</style>
background-color css
<style>
a { background-color: #14DCAF; }
a { background-color: rgb(20,220,175); }
div.DivClassName
{
background-color: #14DCAF;
}
.BgClassName
{
background-color: #14DCAF;
}
</style>
border-color css
<style>
span { border-color: #14DCAF; }
span { border-color: rgb(20,220,175); }
td.TdClassName
{
border-color: #14DCAF;
}
.TagClassName
{
border-color: #14DCAF;
}
</style>