Html Css Color HEX #14604D Evening Sea

📋 copy color: '#14604D'

red 20 ◦ green 96 ◦ blue 77

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

Shades of Evening Sea #14604D

Tints of Evening Sea #14604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.74%

 BLUE value IS 77 (30.47% from 255) = 39.9%

R = 10.36%
G = 49.74%
B = 39.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#14604D (or 0x14604D) is known color: Evening Sea. HEX triplet: 14, 60 and 4D. RGB value is (20,96,77). Sum of RGB (Red+Green+Blue) = 20+96+77=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #14604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14604D is #EB9FB2. Grayscale: #474747. Windows color (decimal): -15441843 or 5070868. OLE color: 5070868.

HSL color Cylindrical-coordinate representation of color #14604D: hue angle of 165º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14604D is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 96 77 -
CMYK 0.79 0 0.20 0.62
HSL 165º 0.66% 0.23% -
HSV(B) 165º 0.79% 0.38% -
XYZ 5.81 9.05 8.46 -
YUV 71.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 20 96 77 0.79 0 0.20 0.62 165 0.66 0.23
Hex 14 60 4D 4F 0 14 3E A5 42 17
Octal 24 140 115 117 0 24 76 245 102 27
Binary 10100 1100000 1001101 1001111 0 10100 111110 10100101 1000010 10111

Color Harmonies of #14604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14604D

Black with #14604D

Text Example


Text Example

White with #14604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14604D; }

 p { color: rgb(20,96,77); }

 H1.HeaderClassName
 {
   color: #14604D;
 }
 .AnyTagClassName
 {
   color: #14604D;
 }
</style>

background-color css

<style>
 a { background-color: #14604D; }

 a { background-color: rgb(20,96,77); }

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

border-color css

<style>
 span { border-color: #14604D; }

 span { border-color: rgb(20,96,77); }

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