Html Css Color HEX #14D69D Caribbean Green

📋 copy color: '#14D69D'

red 20 ◦ green 214 ◦ blue 157

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

Shades of Caribbean Green #14D69D

Tints of Caribbean Green #14D69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 5.12%
G = 54.73%
B = 40.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#14D69D (or 0x14D69D) is known color: Caribbean Green. HEX triplet: 14, D6 and 9D. RGB value is (20,214,157). Sum of RGB (Red+Green+Blue) = 20+214+157=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #14D69D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D69D is #EB2962. Grayscale: #959595. Windows color (decimal): -15411555 or 10343956. OLE color: 10343956.

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

Color convert

RGB 20 214 157 -
CMYK 0.91 0 0.27 0.16
HSL 162.37º 0.83% 0.46% -
HSV(B) 162.37º 0.91% 0.84% -
XYZ 30.42 50.68 40.08 -
YUV 149.5 132.23 35.63 -
System Red Green Blue C M Y K H S L
Decimal 20 214 157 0.91 0 0.27 0.16 162.37 0.83 0.46
Hex 14 D6 9D 5B 0 1B 10 A2 53 2E
Octal 24 326 235 133 0 33 20 242 123 56
Binary 10100 11010110 10011101 1011011 0 11011 10000 10100010 1010011 101110

Color Harmonies of #14D69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D69D

Black with #14D69D

Text Example


Text Example

White with #14D69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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