Html Css Color HEX #14DC80 Caribbean Green

📋 copy color: '#14DC80'

red 20 ◦ green 220 ◦ blue 128

#14DC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #14DC80

Tints of Caribbean Green #14DC80

RGB

 RED value IS 20 (8.2% from 255) = 5.43%

 GREEN value IS 220 (86.33% from 255) = 59.78%

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 5.43%
G = 59.78%
B = 34.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#14DC80 (or 0x14DC80) is known color: Caribbean Green. HEX triplet: 14, DC and 80. RGB value is (20,220,128). Sum of RGB (Red+Green+Blue) = 20+220+128=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DC80 is #EB237F. Grayscale: #959595. Windows color (decimal): -15410048 or 8444948. OLE color: 8444948.

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

Color convert

RGB 20 220 128 -
CMYK 0.91 0 0.42 0.14
HSL 152.4º 0.83% 0.47% -
HSV(B) 152.4º 0.91% 0.86% -
XYZ 29.78 52.89 29.06 -
YUV 149.71 115.74 35.48 -
System Red Green Blue C M Y K H S L
Decimal 20 220 128 0.91 0 0.42 0.14 152.4 0.83 0.47
Hex 14 DC 80 5B 0 2A E 98 53 2F
Octal 24 334 200 133 0 52 16 230 123 57
Binary 10100 11011100 10000000 1011011 0 101010 1110 10011000 1010011 101111

Color Harmonies of #14DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DC80

Black with #14DC80

Text Example


Text Example

White with #14DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14DC80;
 }
 .AnyTagClassName
 {
   color: #14DC80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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