Shades of Caribbean Green #14DDB5
Tints of Caribbean Green #14DDB5
RGB
CMYK
RGB Variations
Color information
#14DDB5 (or 0x14DDB5) is known color: Caribbean Green. HEX triplet: 14, DD and B5. RGB value is (20,221,181). Sum of RGB (Red+Green+Blue) = 20+221+181=422 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.74% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DDB5 is #EB224A. Grayscale: #9C9C9C. Windows color (decimal): -15409739 or 11918612. OLE color: 11918612.
HSL color Cylindrical-coordinate representation of color #14DDB5: hue angle of 168.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DDB5 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 181 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.13 |
| HSL | 168.06º | 0.83% | 0.47% | - |
| HSV(B) | 168.06º | 0.91% | 0.87% | - |
| XYZ | 34.49 | 55.2 | 52.55 | - |
| YUV | 156.34 | 141.91 | 30.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 181 | 0.91 | 0 | 0.18 | 0.13 | 168.06 | 0.83 | 0.47 |
| Hex | 14 | DD | B5 | 5B | 0 | 12 | D | A8 | 53 | 2F |
| Octal | 24 | 335 | 265 | 133 | 0 | 22 | 15 | 250 | 123 | 57 |
| Binary | 10100 | 11011101 | 10110101 | 1011011 | 0 | 10010 | 1101 | 10101000 | 1010011 | 101111 |
Color Harmonies of #14DDB5
Complementary color
Monochromatic Colors of #14DDB5
Black with #14DDB5
Text Example
Text Example
White with #14DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DDB5; }
p { color: rgb(20,221,181); }
H1.HeaderClassName
{
color: #14DDB5;
}
.AnyTagClassName
{
color: #14DDB5;
}
</style>
background-color css
<style>
a { background-color: #14DDB5; }
a { background-color: rgb(20,221,181); }
div.DivClassName
{
background-color: #14DDB5;
}
.BgClassName
{
background-color: #14DDB5;
}
</style>
border-color css
<style>
span { border-color: #14DDB5; }
span { border-color: rgb(20,221,181); }
td.TdClassName
{
border-color: #14DDB5;
}
.TagClassName
{
border-color: #14DDB5;
}
</style>