Html Css Color HEX #14D68C Caribbean Green

📋 copy color: '#14D68C'

red 20 ◦ green 214 ◦ blue 140

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

Shades of Caribbean Green #14D68C

Tints of Caribbean Green #14D68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 5.35%
G = 57.22%
B = 37.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#14D68C (or 0x14D68C) is known color: Caribbean Green. HEX triplet: 14, D6 and 8C. RGB value is (20,214,140). Sum of RGB (Red+Green+Blue) = 20+214+140=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #14D68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D68C is #EB2973. Grayscale: #939393. Windows color (decimal): -15411572 or 9229844. OLE color: 9229844.

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

Color convert

RGB 20 214 140 -
CMYK 0.91 0 0.35 0.16
HSL 157.11º 0.83% 0.46% -
HSV(B) 157.11º 0.91% 0.84% -
XYZ 29.07 50.14 32.96 -
YUV 147.56 123.73 37.02 -
System Red Green Blue C M Y K H S L
Decimal 20 214 140 0.91 0 0.35 0.16 157.11 0.83 0.46
Hex 14 D6 8C 5B 0 23 10 9D 53 2E
Octal 24 326 214 133 0 43 20 235 123 56
Binary 10100 11010110 10001100 1011011 0 100011 10000 10011101 1010011 101110

Color Harmonies of #14D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D68C

Black with #14D68C

Text Example


Text Example

White with #14D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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