Html Css Color HEX #14654E Jewel

📋 copy color: '#14654E'

red 20 ◦ green 101 ◦ blue 78

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

Shades of Jewel #14654E

Tints of Jewel #14654E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.75%

 BLUE value IS 78 (30.86% from 255) = 39.2%

R = 10.05%
G = 50.75%
B = 39.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#14654E (or 0x14654E) is known color: Jewel. HEX triplet: 14, 65 and 4E. RGB value is (20,101,78). Sum of RGB (Red+Green+Blue) = 20+101+78=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #14654E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14654E is #EB9AB1. Grayscale: #4A4A4A. Windows color (decimal): -15440562 or 5137684. OLE color: 5137684.

HSL color Cylindrical-coordinate representation of color #14654E: hue angle of 162.96º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14654E is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 101 78 -
CMYK 0.80 0 0.23 0.60
HSL 162.96º 0.67% 0.24% -
HSV(B) 162.96º 0.8% 0.4% -
XYZ 6.32 10.01 8.81 -
YUV 74.16 130.16 89.37 -
System Red Green Blue C M Y K H S L
Decimal 20 101 78 0.80 0 0.23 0.60 162.96 0.67 0.24
Hex 14 65 4E 50 0 17 3C A3 43 18
Octal 24 145 116 120 0 27 74 243 103 30
Binary 10100 1100101 1001110 1010000 0 10111 111100 10100011 1000011 11000

Color Harmonies of #14654E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14654E

Black with #14654E

Text Example


Text Example

White with #14654E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14654E; }

 p { color: rgb(20,101,78); }

 H1.HeaderClassName
 {
   color: #14654E;
 }
 .AnyTagClassName
 {
   color: #14654E;
 }
</style>

background-color css

<style>
 a { background-color: #14654E; }

 a { background-color: rgb(20,101,78); }

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

border-color css

<style>
 span { border-color: #14654E; }

 span { border-color: rgb(20,101,78); }

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