Html Css Color HEX #14594B Evening Sea

📋 copy color: '#14594B'

red 20 ◦ green 89 ◦ blue 75

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

Shades of Evening Sea #14594B

Tints of Evening Sea #14594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.76%

R = 10.87%
G = 48.37%
B = 40.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#14594B (or 0x14594B) is known color: Evening Sea. HEX triplet: 14, 59 and 4B. RGB value is (20,89,75). Sum of RGB (Red+Green+Blue) = 20+89+75=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #14594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14594B is #EBA6B4. Grayscale: #424242. Windows color (decimal): -15443637 or 4938004. OLE color: 4938004.

HSL color Cylindrical-coordinate representation of color #14594B: hue angle of 167.83º 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 #14594B is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 75 -
CMYK 0.78 0 0.16 0.65
HSL 167.83º 0.63% 0.21% -
HSV(B) 167.83º 0.78% 0.35% -
XYZ 5.13 7.8 7.89 -
YUV 66.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 20 89 75 0.78 0 0.16 0.65 167.83 0.63 0.21
Hex 14 59 4B 4E 0 10 41 A8 3F 15
Octal 24 131 113 116 0 20 101 250 77 25
Binary 10100 1011001 1001011 1001110 0 10000 1000001 10101000 111111 10101

Color Harmonies of #14594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14594B

Black with #14594B

Text Example


Text Example

White with #14594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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