#14DCA0

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

Shades of Caribbean Green #14DCA0

Tints of Caribbean Green #14DCA0

Color information

#14DCA0 (or 0x14DCA0) is unknown color: approx Caribbean Green. HEX triplet: 14, DC and A0. RGB value is (20,220,160). Sum of RGB (Red+Green+Blue) = 20+220+160=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DCA0 is #EB235F. Grayscale: #999999. Windows color (decimal): -15410016 or 10542100. OLE color: 10542100.

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

Color convert

RGB20220160-
CMYK0.9100.270.14
HSL162º83.33%47.06%-
HSV(B)162º90.91%86.27%-
XYZ32.2353.8741.96-
YUV153.36131.7432.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5%
GREEN value IS 220 (86.33% from 255) = 55%
BLUE value IS 160 (62.89% from 255) = 40%
R=5%
G=55%
B=40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202201600.9100.270.1416283.3347.06
Hex14DCA05B01BEa2532f
Octal243342401330331624212357
Binary10100110111001010000010110110110111110101000101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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