Html Css Color HEX #14D680 Caribbean Green

📋 copy color: '#14D680'

red 20 ◦ green 214 ◦ blue 128

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

Shades of Caribbean Green #14D680

Tints of Caribbean Green #14D680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.12%

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

R = 5.52%
G = 59.12%
B = 35.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#14D680 (or 0x14D680) is known color: Caribbean Green. HEX triplet: 14, D6 and 80. RGB value is (20,214,128). Sum of RGB (Red+Green+Blue) = 20+214+128=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #14D680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D680 is #EB297F. Grayscale: #929292. Windows color (decimal): -15411584 or 8443412. OLE color: 8443412.

HSL color Cylindrical-coordinate representation of color #14D680: hue angle of 153.4º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D680 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 128 -
CMYK 0.91 0 0.40 0.16
HSL 153.4º 0.83% 0.46% -
HSV(B) 153.4º 0.91% 0.84% -
XYZ 28.23 49.8 28.55 -
YUV 146.19 117.73 37.99 -
System Red Green Blue C M Y K H S L
Decimal 20 214 128 0.91 0 0.40 0.16 153.4 0.83 0.46
Hex 14 D6 80 5B 0 28 10 99 53 2E
Octal 24 326 200 133 0 50 20 231 123 56
Binary 10100 11010110 10000000 1011011 0 101000 10000 10011001 1010011 101110

Color Harmonies of #14D680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D680

Black with #14D680

Text Example


Text Example

White with #14D680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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