Html Css Color HEX #14684C Jewel

📋 copy color: '#14684C'

red 20 ◦ green 104 ◦ blue 76

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

Shades of Jewel #14684C

Tints of Jewel #14684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52%

 BLUE value IS 76 (30.08% from 255) = 38%

R = 10%
G = 52%
B = 38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#14684C (or 0x14684C) is known color: Jewel. HEX triplet: 14, 68 and 4C. RGB value is (20,104,76). Sum of RGB (Red+Green+Blue) = 20+104+76=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #14684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14684C is #EB97B3. Grayscale: #4B4B4B. Windows color (decimal): -15439796 or 5007380. OLE color: 5007380.

HSL color Cylindrical-coordinate representation of color #14684C: hue angle of 160º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14684C is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 76 -
CMYK 0.81 0 0.27 0.59
HSL 160º 0.68% 0.24% -
HSV(B) 160º 0.81% 0.41% -
XYZ 6.54 10.57 8.53 -
YUV 75.69 128.17 88.28 -
System Red Green Blue C M Y K H S L
Decimal 20 104 76 0.81 0 0.27 0.59 160 0.68 0.24
Hex 14 68 4C 51 0 1B 3B A0 44 18
Octal 24 150 114 121 0 33 73 240 104 30
Binary 10100 1101000 1001100 1010001 0 11011 111011 10100000 1000100 11000

Color Harmonies of #14684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14684C

Black with #14684C

Text Example


Text Example

White with #14684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14684C; }

 p { color: rgb(20,104,76); }

 H1.HeaderClassName
 {
   color: #14684C;
 }
 .AnyTagClassName
 {
   color: #14684C;
 }
</style>

background-color css

<style>
 a { background-color: #14684C; }

 a { background-color: rgb(20,104,76); }

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

border-color css

<style>
 span { border-color: #14684C; }

 span { border-color: rgb(20,104,76); }

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