Html Css Color HEX #14584E Eden

📋 copy color: '#14584E'

red 20 ◦ green 88 ◦ blue 78

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

Shades of Eden #14584E

Tints of Eden #14584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.31%

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

R = 10.75%
G = 47.31%
B = 41.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#14584E (or 0x14584E) is known color: Eden. HEX triplet: 14, 58 and 4E. RGB value is (20,88,78). Sum of RGB (Red+Green+Blue) = 20+88+78=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #14584E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14584E is #EBA7B1. Grayscale: #424242. Windows color (decimal): -15443890 or 5134356. OLE color: 5134356.

HSL color Cylindrical-coordinate representation of color #14584E: hue angle of 171.18º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14584E is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 78 -
CMYK 0.77 0 0.11 0.65
HSL 171.18º 0.63% 0.21% -
HSV(B) 171.18º 0.77% 0.35% -
XYZ 5.15 7.68 8.42 -
YUV 66.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 20 88 78 0.77 0 0.11 0.65 171.18 0.63 0.21
Hex 14 58 4E 4D 0 B 41 AB 3F 15
Octal 24 130 116 115 0 13 101 253 77 25
Binary 10100 1011000 1001110 1001101 0 1011 1000001 10101011 111111 10101

Color Harmonies of #14584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14584E

Black with #14584E

Text Example


Text Example

White with #14584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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