#14DD9C

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

Shades of Caribbean Green #14DD9C

Tints of Caribbean Green #14DD9C

Color information

#14DD9C (or 0x14DD9C) is unknown color: approx Caribbean Green. HEX triplet: 14, DD and 9C. RGB value is (20,221,156). Sum of RGB (Red+Green+Blue) = 20+221+156=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DD9C is #EB2263. Grayscale: #999999. Windows color (decimal): -15409764 or 10280212. OLE color: 10280212.

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

Color convert

RGB20221156-
CMYK0.9100.290.13
HSL160.6º83.4%47.25%-
HSV(B)160.6º90.95%86.67%-
XYZ32.1554.2640.23-
YUV153.49129.4132.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.04%
GREEN value IS 221 (86.72% from 255) = 55.67%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=5.04%
G=55.67%
B=39.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202211560.9100.290.13160.683.447.25
Hex14DD9C5B01DDa1532f
Octal243352341330351524112357
Binary10100110111011001110010110110111011101101000011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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