#14DCAC

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

Shades of Caribbean Green #14DCAC

Tints of Caribbean Green #14DCAC

Color information

#14DCAC (or 0x14DCAC) is unknown color: approx Caribbean Green. HEX triplet: 14, DC and AC. RGB value is (20,220,172). Sum of RGB (Red+Green+Blue) = 20+220+172=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DCAC is #EB2353. Grayscale: #9A9A9A. Windows color (decimal): -15410004 or 11328532. OLE color: 11328532.

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

Color convert

RGB20220172-
CMYK0.9100.220.14
HSL165.6º83.33%47.06%-
HSV(B)165.6º90.91%86.27%-
XYZ33.3354.3147.76-
YUV154.73137.7431.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.85%
GREEN value IS 220 (86.33% from 255) = 53.40%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=4.85%
G=53.40%
B=41.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202201720.9100.220.14165.683.3347.06
Hex14DCAC5B016Ea6532f
Octal243342541330261624612357
Binary10100110111001010110010110110101101110101001101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,220,172); }

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

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

 a { background-color: rgb(20,220,172); }

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

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

 span { border-color: rgb(20,220,172); }

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