#14DDA9

Color #14DDA9 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #14DDA9

Tints of Caribbean Green #14DDA9

Color information

#14DDA9 (or 0x14DDA9) is unknown color: approx Caribbean Green. HEX triplet: 14, DD and A9. RGB value is (20,221,169). Sum of RGB (Red+Green+Blue) = 20+221+169=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DDA9 is #EB2256. Grayscale: #9A9A9A. Windows color (decimal): -15409751 or 11132180. OLE color: 11132180.

HSL color Cylindrical-coordinate representation of color #14DDA9: hue angle of 164.48º 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 #14DDA9 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB20221169-
CMYK0.9100.240.13
HSL164.48º83.4%47.25%-
HSV(B)164.48º90.95%86.67%-
XYZ33.3154.7346.34-
YUV154.97135.9131.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 4.88%
GREEN value IS 221 (86.72% from 255) = 53.90%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=4.88%
G=53.90%
B=41.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202211690.9100.240.13164.4883.447.25
Hex14DDA95B018Da4532f
Octal243352511330301524412357
Binary10100110111011010100110110110110001101101001001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14DDA9; }

 p { color: rgb(20,221,169); }

 H1.HeaderClassName
 {
   color: #14DDA9;
 }
 .AnyTagClassName
 {
   color: #14DDA9;
 }
</style>
background-color css

<style>
 a { background-color: #14DDA9; }

 a { background-color: rgb(20,221,169); }

 div.DivClassName
 {
   background-color: #14DDA9;
 }
 .BgClassName
 {
   background-color: #14DDA9;
 }
</style>
border-color css

<style>
 span { border-color: #14DDA9; }

 span { border-color: rgb(20,221,169); }

 td.TdClassName
 {
   border-color: #14DDA9;
 }
 .TagClassName
 {
   border-color: #14DDA9;
 }
</style>