Html Css Color HEX #14594A Evening Sea

📋 copy color: '#14594A'

red 20 ◦ green 89 ◦ blue 74

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

Shades of Evening Sea #14594A

Tints of Evening Sea #14594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.63%

 BLUE value IS 74 (29.3% from 255) = 40.44%

R = 10.93%
G = 48.63%
B = 40.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#14594A (or 0x14594A) is known color: Evening Sea. HEX triplet: 14, 59 and 4A. RGB value is (20,89,74). Sum of RGB (Red+Green+Blue) = 20+89+74=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #14594A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14594A is #EBA6B5. Grayscale: #424242. Windows color (decimal): -15443638 or 4872468. OLE color: 4872468.

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

Color convert

RGB 20 89 74 -
CMYK 0.78 0 0.17 0.65
HSL 166.96º 0.63% 0.21% -
HSV(B) 166.96º 0.78% 0.35% -
XYZ 5.1 7.79 7.71 -
YUV 66.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 20 89 74 0.78 0 0.17 0.65 166.96 0.63 0.21
Hex 14 59 4A 4E 0 11 41 A7 3F 15
Octal 24 131 112 116 0 21 101 247 77 25
Binary 10100 1011001 1001010 1001110 0 10001 1000001 10100111 111111 10101

Color Harmonies of #14594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14594A

Black with #14594A

Text Example


Text Example

White with #14594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14594A; }

 p { color: rgb(20,89,74); }

 H1.HeaderClassName
 {
   color: #14594A;
 }
 .AnyTagClassName
 {
   color: #14594A;
 }
</style>

background-color css

<style>
 a { background-color: #14594A; }

 a { background-color: rgb(20,89,74); }

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

border-color css

<style>
 span { border-color: #14594A; }

 span { border-color: rgb(20,89,74); }

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