Html Css Color HEX #145B49 Evening Sea

📋 copy color: '#145B49'

red 20 ◦ green 91 ◦ blue 73

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

Shades of Evening Sea #145B49

Tints of Evening Sea #145B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 49.46%

 BLUE value IS 73 (28.91% from 255) = 39.67%

R = 10.87%
G = 49.46%
B = 39.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#145B49 (or 0x145B49) is known color: Evening Sea. HEX triplet: 14, 5B and 49. RGB value is (20,91,73). Sum of RGB (Red+Green+Blue) = 20+91+73=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #145B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145B49 is #EBA4B6. Grayscale: #434343. Windows color (decimal): -15443127 or 4807444. OLE color: 4807444.

HSL color Cylindrical-coordinate representation of color #145B49: hue angle of 164.79º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145B49 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 91 73 -
CMYK 0.78 0 0.20 0.64
HSL 164.79º 0.64% 0.22% -
HSV(B) 164.79º 0.78% 0.36% -
XYZ 5.23 8.11 7.59 -
YUV 67.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 20 91 73 0.78 0 0.20 0.64 164.79 0.64 0.22
Hex 14 5B 49 4E 0 14 40 A5 40 16
Octal 24 133 111 116 0 24 100 245 100 26
Binary 10100 1011011 1001001 1001110 0 10100 1000000 10100101 1000000 10110

Color Harmonies of #145B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145B49

Black with #145B49

Text Example


Text Example

White with #145B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145B49; }

 p { color: rgb(20,91,73); }

 H1.HeaderClassName
 {
   color: #145B49;
 }
 .AnyTagClassName
 {
   color: #145B49;
 }
</style>

background-color css

<style>
 a { background-color: #145B49; }

 a { background-color: rgb(20,91,73); }

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

border-color css

<style>
 span { border-color: #145B49; }

 span { border-color: rgb(20,91,73); }

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