Html Css Color HEX #145A4C Evening Sea

📋 copy color: '#145A4C'

red 20 ◦ green 90 ◦ blue 76

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

Shades of Evening Sea #145A4C

Tints of Evening Sea #145A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.39%

 BLUE value IS 76 (30.08% from 255) = 40.86%

R = 10.75%
G = 48.39%
B = 40.86%

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

#145A4C (or 0x145A4C) is known color: Evening Sea. HEX triplet: 14, 5A and 4C. RGB value is (20,90,76). Sum of RGB (Red+Green+Blue) = 20+90+76=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #145A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145A4C is #EBA5B3. Grayscale: #434343. Windows color (decimal): -15443380 or 5003796. OLE color: 5003796.

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

Color convert

RGB 20 90 76 -
CMYK 0.78 0 0.16 0.65
HSL 168º 0.64% 0.22% -
HSV(B) 168º 0.78% 0.35% -
XYZ 5.25 7.98 8.1 -
YUV 67.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 20 90 76 0.78 0 0.16 0.65 168 0.64 0.22
Hex 14 5A 4C 4E 0 10 41 A8 40 16
Octal 24 132 114 116 0 20 101 250 100 26
Binary 10100 1011010 1001100 1001110 0 10000 1000001 10101000 1000000 10110

Color Harmonies of #145A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A4C

Black with #145A4C

Text Example


Text Example

White with #145A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,90,76); }

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

background-color css

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

 a { background-color: rgb(20,90,76); }

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

border-color css

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

 span { border-color: rgb(20,90,76); }

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