#14DCB4

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

Shades of Caribbean Green #14DCB4

Tints of Caribbean Green #14DCB4

Color information

#14DCB4 (or 0x14DCB4) is unknown color: approx Caribbean Green. HEX triplet: 14, DC and B4. RGB value is (20,220,180). Sum of RGB (Red+Green+Blue) = 20+220+180=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DCB4 is #EB234B. Grayscale: #9B9B9B. Windows color (decimal): -15409996 or 11852820. OLE color: 11852820.

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

Color convert

RGB20220180-
CMYK0.9100.180.14
HSL168º83.33%47.06%-
HSV(B)168º90.91%86.27%-
XYZ34.1254.6351.93-
YUV155.64141.7431.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.76%
GREEN value IS 220 (86.33% from 255) = 52.38%
BLUE value IS 180 (70.70% from 255) = 42.86%
R=4.76%
G=52.38%
B=42.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202201800.9100.180.1416883.3347.06
Hex14DCB45B012Ea8532f
Octal243342641330221625012357
Binary10100110111001011010010110110100101110101010001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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