Html Css Color HEX #145746 Evening Sea

📋 copy color: '#145746'

red 20 ◦ green 87 ◦ blue 70

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

Shades of Evening Sea #145746

Tints of Evening Sea #145746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.15%

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 11.3%
G = 49.15%
B = 39.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#145746 (or 0x145746) is known color: Evening Sea. HEX triplet: 14, 57 and 46. RGB value is (20,87,70). Sum of RGB (Red+Green+Blue) = 20+87+70=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #145746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145746 is #EBA8B9. Grayscale: #414141. Windows color (decimal): -15444154 or 4609812. OLE color: 4609812.

HSL color Cylindrical-coordinate representation of color #145746: hue angle of 164.78º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145746 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 87 70 -
CMYK 0.77 0 0.20 0.66
HSL 164.78º 0.63% 0.21% -
HSV(B) 164.78º 0.77% 0.34% -
XYZ 4.8 7.41 6.97 -
YUV 65.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 20 87 70 0.77 0 0.20 0.66 164.78 0.63 0.21
Hex 14 57 46 4D 0 14 42 A5 3F 15
Octal 24 127 106 115 0 24 102 245 77 25
Binary 10100 1010111 1000110 1001101 0 10100 1000010 10100101 111111 10101

Color Harmonies of #145746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145746

Black with #145746

Text Example


Text Example

White with #145746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145746; }

 p { color: rgb(20,87,70); }

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

background-color css

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

 a { background-color: rgb(20,87,70); }

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

border-color css

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

 span { border-color: rgb(20,87,70); }

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