Html Css Color HEX #14D691 Caribbean Green

📋 copy color: '#14D691'

red 20 ◦ green 214 ◦ blue 145

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

Shades of Caribbean Green #14D691

Tints of Caribbean Green #14D691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 5.28%
G = 56.46%
B = 38.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#14D691 (or 0x14D691) is known color: Caribbean Green. HEX triplet: 14, D6 and 91. RGB value is (20,214,145). Sum of RGB (Red+Green+Blue) = 20+214+145=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #14D691 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D691 is #EB296E. Grayscale: #949494. Windows color (decimal): -15411567 or 9557524. OLE color: 9557524.

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

Color convert

RGB 20 214 145 -
CMYK 0.91 0 0.32 0.16
HSL 158.66º 0.83% 0.46% -
HSV(B) 158.66º 0.91% 0.84% -
XYZ 29.45 50.29 34.94 -
YUV 148.13 126.23 36.61 -
System Red Green Blue C M Y K H S L
Decimal 20 214 145 0.91 0 0.32 0.16 158.66 0.83 0.46
Hex 14 D6 91 5B 0 20 10 9F 53 2E
Octal 24 326 221 133 0 40 20 237 123 56
Binary 10100 11010110 10010001 1011011 0 100000 10000 10011111 1010011 101110

Color Harmonies of #14D691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D691

Black with #14D691

Text Example


Text Example

White with #14D691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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