Html Css Color HEX #14D690 Caribbean Green

📋 copy color: '#14D690'

red 20 ◦ green 214 ◦ blue 144

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

Shades of Caribbean Green #14D690

Tints of Caribbean Green #14D690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 5.29%
G = 56.61%
B = 38.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#14D690 (or 0x14D690) is known color: Caribbean Green. HEX triplet: 14, D6 and 90. RGB value is (20,214,144). Sum of RGB (Red+Green+Blue) = 20+214+144=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #14D690 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D690 is #EB296F. Grayscale: #949494. Windows color (decimal): -15411568 or 9491988. OLE color: 9491988.

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

Color convert

RGB 20 214 144 -
CMYK 0.91 0 0.33 0.16
HSL 158.35º 0.83% 0.46% -
HSV(B) 158.35º 0.91% 0.84% -
XYZ 29.37 50.26 34.54 -
YUV 148.01 125.73 36.69 -
System Red Green Blue C M Y K H S L
Decimal 20 214 144 0.91 0 0.33 0.16 158.35 0.83 0.46
Hex 14 D6 90 5B 0 21 10 9E 53 2E
Octal 24 326 220 133 0 41 20 236 123 56
Binary 10100 11010110 10010000 1011011 0 100001 10000 10011110 1010011 101110

Color Harmonies of #14D690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D690

Black with #14D690

Text Example


Text Example

White with #14D690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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